summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuriy Taraday <yorik.sar@gmail.com>2011-06-30 15:43:18 +0400
committerYuriy Taraday <yorik.sar@gmail.com>2011-06-30 15:43:18 +0400
commit10df5ac36dbc4f6883833cbe25ad58b4629561fa (patch)
treeb783a0d53b222cf4dbd94ae5f6a5f726b347cbf1
parentc8d27dd68d449df77106c9cdf45b63c25fcb18ca (diff)
PEP8 fix.
-rw-r--r--nova/tests/test_compute.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_compute.py b/nova/tests/test_compute.py
index 11ae7403c..a53d94d77 100644
--- a/nova/tests/test_compute.py
+++ b/nova/tests/test_compute.py
@@ -171,7 +171,7 @@ class ComputeTestCase(test.TestCase):
self.assertEqual(ref[0]['hostname'], hostname)
finally:
db.instance_destroy(self.context, ref[0]['id'])
-
+
def test_destroy_instance_disassociates_security_groups(self):
"""Make sure destroying disassociates security groups"""
group = self._create_group()