From 275ce2d171d847ede99162a3dbf85d87999a7298 Mon Sep 17 00:00:00 2001 From: Mate Lakat Date: Wed, 13 Feb 2013 10:18:15 +0000 Subject: [PATCH] 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 --- cinder/tests/test_solidfire.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/tests/test_solidfire.py b/cinder/tests/test_solidfire.py index ae89c178d..b1ded96e3 100644 --- a/cinder/tests/test_solidfire.py +++ b/cinder/tests/test_solidfire.py @@ -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 -- 2.45.2