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

idk dat amqp

parent 897751f2
No related branches found
No related tags found
No related merge requests found
......@@ -23,10 +23,7 @@ class TestExchanges(unittest.TestCase):
def test_declare_exchange(self):
a = Exchange(u'jolax', type=b'fanout', auto_delete=True)
bad = Exchange(u'jolax', type=b'topic', auto_delete=True)
self.c.declare(a).result()
self.c.declare(bad).result() # succeeds nevertheless
def test_fanout(self):
x = Exchange(u'jola', type='direct', auto_delete=True)
......
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