Merge "Delete mox.stubs in heat"

This commit is contained in:
Jenkins 2016-08-31 16:14:11 +00:00 committed by Gerrit Code Review
commit 3fbb36c1ea
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'))