summaryrefslogtreecommitdiff
path: root/nova/tests/unit/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/unit/utils.py')
-rw-r--r--nova/tests/unit/utils.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/nova/tests/unit/utils.py b/nova/tests/unit/utils.py
index bd2e0dc14f..28d36159f5 100644
--- a/nova/tests/unit/utils.py
+++ b/nova/tests/unit/utils.py
@@ -314,8 +314,7 @@ def assert_instance_delete_notification_by_uuid(
mock.call(expected_notifier,
expected_context,
match_by_instance_uuid,
- 'delete.end',
- system_metadata={})])
+ 'delete.end')])
for call in mock_notify.call_args_list:
if expect_targeted_context: