summaryrefslogtreecommitdiff
path: root/nova/tests/unit/conductor/tasks/test_live_migrate.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/unit/conductor/tasks/test_live_migrate.py')
-rw-r--r--nova/tests/unit/conductor/tasks/test_live_migrate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/unit/conductor/tasks/test_live_migrate.py b/nova/tests/unit/conductor/tasks/test_live_migrate.py
index de15be28bd..4e888139f6 100644
--- a/nova/tests/unit/conductor/tasks/test_live_migrate.py
+++ b/nova/tests/unit/conductor/tasks/test_live_migrate.py
@@ -761,7 +761,7 @@ class LiveMigrationTaskTestCase(test.NoDBTestCase):
@mock.patch(
'nova.compute.utils.'
- 'update_pci_request_spec_with_allocated_interface_name')
+ 'update_pci_request_with_placement_allocations')
@mock.patch('nova.scheduler.utils.fill_provider_mapping')
@mock.patch.object(live_migrate.LiveMigrationTask,
'_call_livem_checks_on_host')