summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Tran <jtran@attinteractive.com>2011-06-10 10:24:24 -0700
committerJohn Tran <jtran@attinteractive.com>2011-06-10 10:24:24 -0700
commite763a0ac8981bdbee44c054c6be08b9f1a5d634d (patch)
treed674ff0cdefc955eacba6ca7a68d9c2f284f703e
parent463e0388308760dbf3bf2b3fa901d8076d002f91 (diff)
style change
-rw-r--r--nova/tests/test_cloud.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/tests/test_cloud.py b/nova/tests/test_cloud.py
index 7cb13c919..c8313a5d3 100644
--- a/nova/tests/test_cloud.py
+++ b/nova/tests/test_cloud.py
@@ -123,7 +123,8 @@ class CloudTestCase(test.TestCase):
'host': self.network.host})
self.assertEqual(allocate(self.context)['publicIp'], address)
db.floating_ip_destroy(self.context, address)
- self.assertRaises(exception.NoFloatingIpsDefined, allocate,
+ self.assertRaises(exception.NoFloatingIpsDefined,
+ allocate,
self.context)
def test_associate_disassociate_address(self):