diff options
| -rw-r--r-- | nova/tests/rpc/test_kombu.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/rpc/test_kombu.py b/nova/tests/rpc/test_kombu.py index 255de275e..b2fe465fa 100644 --- a/nova/tests/rpc/test_kombu.py +++ b/nova/tests/rpc/test_kombu.py @@ -51,6 +51,7 @@ class RpcKombuTestCase(common._BaseRpcTestCase): super(RpcKombuTestCase, self).setUp() def tearDown(self): + impl_kombu.cleanup() super(RpcKombuTestCase, self).tearDown() def test_reusing_connection(self): |
