summaryrefslogtreecommitdiffstats
path: root/nova/tests/cells/test_cells_messaging.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/cells/test_cells_messaging.py')
-rw-r--r--nova/tests/cells/test_cells_messaging.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/nova/tests/cells/test_cells_messaging.py b/nova/tests/cells/test_cells_messaging.py
index 51a792975..1de39de1f 100644
--- a/nova/tests/cells/test_cells_messaging.py
+++ b/nova/tests/cells/test_cells_messaging.py
@@ -1033,8 +1033,7 @@ class CellsBroadcastMethodsTestCase(test.TestCase):
expected_instance,
update_cells=False)
self.tgt_db_inst.instance_info_cache_update(self.ctxt, 'fake_uuid',
- expected_info_cache,
- update_cells=False)
+ expected_info_cache)
self.mox.ReplayAll()
self.src_msg_runner.instance_update_at_top(self.ctxt, fake_instance)
@@ -1086,8 +1085,7 @@ class CellsBroadcastMethodsTestCase(test.TestCase):
expected_instance,
update_cells=False)
self.tgt_db_inst.instance_info_cache_update(self.ctxt, 'fake_uuid',
- expected_info_cache,
- update_cells=False)
+ expected_info_cache)
self.mox.ReplayAll()
self.src_msg_runner.instance_update_at_top(self.ctxt, fake_instance)