summaryrefslogtreecommitdiffstats
path: root/nova/tests/rpc_unittest.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/rpc_unittest.py')
-rw-r--r--nova/tests/rpc_unittest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/rpc_unittest.py b/nova/tests/rpc_unittest.py
index 5d2bb1046..c380393a0 100644
--- a/nova/tests/rpc_unittest.py
+++ b/nova/tests/rpc_unittest.py
@@ -33,7 +33,7 @@ FLAGS = flags.FLAGS
class RpcTestCase(test.TrialTestCase):
"""Test cases for rpc"""
- def setUp(self): # pylint: disable-msg=C0103
+ def setUp(self):
super(RpcTestCase, self).setUp()
self.conn = rpc.Connection.instance()
self.receiver = TestReceiver()