lightster / hodor

🚪 A worker queue that is evolving to a job queue
MIT License
4 stars 1 forks source link

Update tests to use configured host for RabbitMQ #280

Closed lightster closed 7 years ago

lightster commented 7 years ago

The RabbitMQ host was being hard-coded to localhost for some tests, which does not work when RabbitMQ is hosted on another host (READ: docker container). Using the hostname listed in the test config for these tests will allow the tests to work just like the tests that already work with a separate RabbitMQ host.