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
This commit is contained in:
Nam Nguyen Hoai 2016-08-27 15:52:26 +07:00
parent b2ab0c20df
commit 2656e352a0
1 changed files with 0 additions and 2 deletions

View File

@ -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'))