Skip to content

Commit

Permalink
chore(tests): change publish exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
AVVS committed Aug 2, 2017
1 parent 9f1d0a7 commit e2071a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/amqp-transport.js
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ describe('AMQPTransport', function AMQPTransportTestSuite() {
return this.transport
.publish('crap-wont-work', 'hi', {
confirm: true,
exchange: 'amq.headers',
exchange: 'amq.match',
headers: {
'x-routing-key': 'direct-binding-key',
},
Expand Down

0 comments on commit e2071a0

Please sign in to comment.