Skip to content

Commit 7b071cc

Browse files
committed
tests: Pass URL through to participant
1 parent f56f374 commit 7b071cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/participant.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ participants =
1010
'rust/Repeat': [ exampleProg('repeat'), '--role=repeat' ]
1111

1212
describe 'Participants', ->
13-
address = 'amqp://localhost'
13+
address = 'amqp://localhost//'
1414
g =
1515
broker: null
1616
commands: participants
@@ -23,4 +23,4 @@ describe 'Participants', ->
2323

2424
names = Object.keys g.commands
2525
names.forEach (name) ->
26-
heterogenous.testParticipant g, name
26+
heterogenous.testParticipant g, name, { broker: address }

0 commit comments

Comments
 (0)