Skip to content
Snippets Groups Projects
Commit fc116392 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

v0.11

parent 05715075
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,8 @@ class TestNoAcknowledge(unittest.TestCase):
self.amqp.send(msg, routing_key='myqueue')
self.amqp.send(msg, routing_key='myqueue2')
# And here connection with the broker snaps .....
mq2s = []
for i in range(4):
# I should have received 3 messages from myqueue, and 2 from myqueue2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment