Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert test to demonstrate actual bug
Follow-up to #85 When this test fails, RabbitMQ logs the following connection exception: ``` 2022-05-24 11:00:12.747989+00:00 [error] <0.19502.2> Channel error on connection <0.19347.2> (172.17.0.1:46318 -> 172.17.0.2:5672, vhost: '/', user: 'guest'), channel 20: 2022-05-24 11:00:12.747989+00:00 [error] <0.19502.2> operation basic.publish caused a channel exception not_found: no exchange 'not-existing-exchange' in vhost '/' 2022-05-24 11:00:12.748614+00:00 [error] <0.19347.2> Error on AMQP connection <0.19347.2> (172.17.0.1:46318 -> 172.17.0.2:5672, vhost: '/', user: 'guest', state: running), channel 20: 2022-05-24 11:00:12.748614+00:00 [error] <0.19347.2> operation basic.publish caused a connection exception channel_error: "expected 'channel.open'" ```
- Loading branch information