We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56f374 commit 7b071ccCopy full SHA for 7b071cc
1 file changed
spec/participant.coffee
@@ -10,7 +10,7 @@ participants =
10
'rust/Repeat': [ exampleProg('repeat'), '--role=repeat' ]
11
12
describe 'Participants', ->
13
- address = 'amqp://localhost'
+ address = 'amqp://localhost//'
14
g =
15
broker: null
16
commands: participants
@@ -23,4 +23,4 @@ describe 'Participants', ->
23
24
names = Object.keys g.commands
25
names.forEach (name) ->
26
- heterogenous.testParticipant g, name
+ heterogenous.testParticipant g, name, { broker: address }
0 commit comments