Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ricwo committed Mar 9, 2020
1 parent 6aa561b commit 478cc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_broker.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_pika_broker_from_config():
assert isinstance(actual, PikaEventBroker)
assert actual.host == "localhost"
assert actual.username == "username"
assert actual.queues == ["queue"]
assert actual.queues == ["queue-1"]


# noinspection PyProtectedMember
Expand Down

0 comments on commit 478cc15

Please sign in to comment.