]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Fix PEP8 violation
authorMate Lakat <mate.lakat@citrix.com>
Wed, 13 Feb 2013 10:18:15 +0000 (10:18 +0000)
committerMate Lakat <mate.lakat@citrix.com>
Wed, 13 Feb 2013 10:18:15 +0000 (10:18 +0000)
There was a PEP8 violation in cinder/tests/test_solidfire.py, thus
./run_tests.sh was failing. This patch fixes the error.

Change-Id: I444fbfa57550db5c75b80683054c0ca44f4ee657

cinder/tests/test_solidfire.py

index ae89c178dbdb480b78e0017ea0c7a6ddf242214b..b1ded96e35fef135415acfc97fc2666f9c9eb234 100644 (file)
@@ -76,7 +76,7 @@ class SolidFireVolumeTestCase(test.TestCase):
                              'enable512e': True,
                              'access': "readWrite",
                              'status': "active",
-                             'attributes':None,
+                             'attributes': None,
                              'qos': None,
                              'iqn': test_name}]}}
             return result