diff options
| author | John Tran <jtran@attinteractive.com> | 2011-06-10 10:24:24 -0700 |
|---|---|---|
| committer | John Tran <jtran@attinteractive.com> | 2011-06-10 10:24:24 -0700 |
| commit | e763a0ac8981bdbee44c054c6be08b9f1a5d634d (patch) | |
| tree | d674ff0cdefc955eacba6ca7a68d9c2f284f703e | |
| parent | 463e0388308760dbf3bf2b3fa901d8076d002f91 (diff) | |
style change
| -rw-r--r-- | nova/tests/test_cloud.py | 3 |
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): |
