summaryrefslogtreecommitdiff
path: root/heat/tests/test_rpc_client.py
diff options
context:
space:
mode:
authorNam Nguyen Hoai <namnh@vn.fujitsu.com>2016-08-27 15:52:26 +0700
committerNam Nguyen Hoai <namnh@vn.fujitsu.com>2016-08-27 15:55:05 +0700
commit2656e352a0d9dcbe85c7f977bd66b9ef78ce15ce (patch)
treef8a1e2fce74116f9ed135149b0fc11891642ac32 /heat/tests/test_rpc_client.py
parentb2ab0c20dfbb846b79b994993c3e15b0e3cd9822 (diff)
downloadheat-2656e352a0d9dcbe85c7f977bd66b9ef78ce15ce.tar.gz
Delete mox.stubs in heat
This patch deleted mox.stubs which was redundance in unit test. Change-Id: Id2decb5be6be079b55e3a1e2da048009cacafc25 Implements: blueprint mox-to-mock-conversion
Diffstat (limited to 'heat/tests/test_rpc_client.py')
-rw-r--r--heat/tests/test_rpc_client.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/heat/tests/test_rpc_client.py b/heat/tests/test_rpc_client.py
index 2e3c7ad61..a2d800383 100644
--- a/heat/tests/test_rpc_client.py
+++ b/heat/tests/test_rpc_client.py
@@ -20,7 +20,6 @@ Unit Tests for heat.rpc.client
import copy
import mock
-from mox import stubout
from oslo_messaging._drivers import common as rpc_common
from oslo_utils import reflection
@@ -35,7 +34,6 @@ class EngineRpcAPITestCase(common.HeatTestCase):
def setUp(self):
super(EngineRpcAPITestCase, self).setUp()
- self.stubs = stubout.StubOutForTesting()
self.identity = dict(identifier.HeatIdentifier('engine_test_tenant',
'6',
'wordpress'))