summaryrefslogtreecommitdiffstats
path: root/nova/tests/integrated
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-05-17 12:53:32 -0700
committerMonty Taylor <mordred@inaugust.com>2013-05-17 12:53:32 -0700
commit186c49409c841bd2bba50ea8629ec214a7fb9627 (patch)
treef74c630106ea5a657c5dea808a2207845e2a26c1 /nova/tests/integrated
parent1d5d58c96974a2e5742887aafb48675084fbfd48 (diff)
downloadnova-186c49409c841bd2bba50ea8629ec214a7fb9627.tar.gz
nova-186c49409c841bd2bba50ea8629ec214a7fb9627.tar.xz
nova-186c49409c841bd2bba50ea8629ec214a7fb9627.zip
Fix flake8 errors in anticipation of flake8.
Change-Id: I7c713f95eb974d5998d2be50722df7d6f64a234e
Diffstat (limited to 'nova/tests/integrated')
-rw-r--r--nova/tests/integrated/test_api_samples.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/tests/integrated/test_api_samples.py b/nova/tests/integrated/test_api_samples.py
index e24f24189..6979a7510 100644
--- a/nova/tests/integrated/test_api_samples.py
+++ b/nova/tests/integrated/test_api_samples.py
@@ -1110,8 +1110,8 @@ class SecurityGroupsSampleJsonTest(ServersSampleBase):
subs = {
'group_name': 'test'
}
- return self._do_post('servers/%s/action' % uuid,
- 'security-group-add-post-req', subs)
+ return self._do_post('servers/%s/action' % uuid,
+ 'security-group-add-post-req', subs)
def test_security_group_create(self):
response = self._create_security_group()