Skip to content
Snippets Groups Projects
Commit a013ad63 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov Committed by Karel van Klink
Browse files

fix test_migrate_iptrunk

Update total count of pp_interaction in test
parent b75f3f2b
No related branches found
No related tags found
1 merge request!177Trunk migration checks
......@@ -169,7 +169,7 @@ def test_migrate_iptrunk_success(
subscription = Iptrunk.from_subscription(subscription_id)
assert subscription.status == "active"
assert mock_execute_playbook.call_count == 9
assert mock_execute_playbook.call_count == 13
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