diff options
| author | Yuriy Taraday <yorik.sar@gmail.com> | 2011-06-30 15:43:18 +0400 |
|---|---|---|
| committer | Yuriy Taraday <yorik.sar@gmail.com> | 2011-06-30 15:43:18 +0400 |
| commit | 10df5ac36dbc4f6883833cbe25ad58b4629561fa (patch) | |
| tree | b783a0d53b222cf4dbd94ae5f6a5f726b347cbf1 | |
| parent | c8d27dd68d449df77106c9cdf45b63c25fcb18ca (diff) | |
PEP8 fix.
| -rw-r--r-- | nova/tests/test_compute.py | 2 |
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() |
