Skip to content
Snippets Groups Projects
Commit ba7ffce9 authored by Simone Spinelli's avatar Simone Spinelli
Browse files

I promise I will run it locally by the end of the month

parent d3b86b1f
No related branches found
No related tags found
1 merge request!133Add checks to baseconfig
Pipeline #85237 passed
......@@ -93,7 +93,7 @@ def test_create_nokia_router_success(
assert subscription.status == "active"
assert subscription.description == f"Router {mock_fqdn}"
assert mock_provision_router.call_count == 2
assert mock_provision_router.call_count == 3
assert mock_netbox_create_device.call_count == 1
assert mock_find_host_by_fqdn.call_count == 1
assert "ipam_warning" not in state
......
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