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

#17 resolved

parent 12d925c7
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,6 @@ from coolamqp.clustering import Cluster, MessageReceived, NothingMuch
import time
#todo handle bad auth
NODE = NodeDefinition('127.0.0.1', 'guest', 'guest', heartbeat=20)
logging.basicConfig(level=logging.DEBUG)
......
......@@ -20,7 +20,6 @@ class TestConnecting(unittest.TestCase):
self.assertRaises(RuntimeError, lambda: c.start())
c.shutdown(wait=True)
def test_shutdown_without_start(self):
c = Cluster([NODE])
self.assertRaises(RuntimeError, lambda: c.shutdown())
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