Fix PEP8 violation
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
This commit is contained in:
parent
6f37954f34
commit
275ce2d171
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user