summaryrefslogtreecommitdiffstats
path: root/nova/tests/volume_unittest.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/volume_unittest.py')
-rw-r--r--nova/tests/volume_unittest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/volume_unittest.py b/nova/tests/volume_unittest.py
index 8e2fa11c1..20bae8a7f 100644
--- a/nova/tests/volume_unittest.py
+++ b/nova/tests/volume_unittest.py
@@ -34,7 +34,7 @@ FLAGS = flags.FLAGS
class VolumeTestCase(test.TrialTestCase):
"""Test Case for volumes"""
- def setUp(self): # pylint: disable-msg=C0103
+ def setUp(self):
logging.getLogger().setLevel(logging.DEBUG)
super(VolumeTestCase, self).setUp()
self.compute = utils.import_object(FLAGS.compute_manager)