summaryrefslogtreecommitdiffstats
path: root/tests/unit/rpc/test_fake.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/rpc/test_fake.py')
-rw-r--r--tests/unit/rpc/test_fake.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/unit/rpc/test_fake.py b/tests/unit/rpc/test_fake.py
index b3079d6..17e4a68 100644
--- a/tests/unit/rpc/test_fake.py
+++ b/tests/unit/rpc/test_fake.py
@@ -32,9 +32,8 @@ CONF = cfg.CONF
class RpcFakeTestCase(common.BaseRpcTestCase):
- def setUp(self):
- self.rpc = impl_fake
- super(RpcFakeTestCase, self).setUp()
+
+ rpc = impl_fake
def test_non_primitive_raises(self):
class Foo(object):