summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Tran <jtran@attinteractive.com>2011-08-05 09:50:11 -0700
committerJohn Tran <jtran@attinteractive.com>2011-08-05 09:50:11 -0700
commit2935bebd718e770d0f2c9d1ab5dca76cc7d5f76a (patch)
treec2a454c2bca99a64c7d7df7bb1b643180a33fee0
parentb7167b21d615f8617d588a1656aa341fd226ded9 (diff)
fix typo
-rw-r--r--nova/tests/test_network.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/nova/tests/test_network.py b/nova/tests/test_network.py
index 40cc96147..1f27643e5 100644
--- a/nova/tests/test_network.py
+++ b/nova/tests/test_network.py
@@ -360,8 +360,7 @@ class CommonNetworkTestCase(test.TestCase):
ctxt = mox.IgnoreArg()
in_use = [{'id': 1, 'cidr': '192.168.2.9/29'},
{'id': 2, 'cidr': '192.168.2.64/26'},
- {'id': 3, 'cidr': '192.168.2.128/26'}
- ]
+ {'id': 3, 'cidr': '192.168.2.128/26'}]
manager.db.network_get_all(ctxt).AndReturn(in_use)
self.mox.ReplayAll()
args = [None, '192.168.2.0/24', 3, 64]