Skip to content
Snippets Groups Projects
Commit 57311f41 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

Update mock execute playbook count

parent 47c2a438
No related branches found
No related tags found
1 merge request!226BFD-related workflow steps
Pipeline #87432 passed
......@@ -171,7 +171,7 @@ def test_migrate_iptrunk_success(
subscription = Iptrunk.from_subscription(subscription_id)
assert subscription.status == "active"
assert mock_execute_playbook.call_count == 13
assert mock_execute_playbook.call_count == 16
assert mock_create_host_by_ip.call_count == 1
assert mock_delete_host_by_ip.call_count == 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment