From 2656e352a0d9dcbe85c7f977bd66b9ef78ce15ce Mon Sep 17 00:00:00 2001 From: Nam Nguyen Hoai Date: Sat, 27 Aug 2016 15:52:26 +0700 Subject: 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 --- heat/tests/test_rpc_client.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'heat/tests/test_rpc_client.py') 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')) -- cgit v1.2.1