From ba7ffce9819151ea3945934f8d1470ebbbabd6f7 Mon Sep 17 00:00:00 2001
From: Simone Spinelli <simone.spinelli@geant.org>
Date: Mon, 8 Jan 2024 13:37:47 +0100
Subject: [PATCH] I promise I will run it locally by the end of the month

---
 test/workflows/router/test_create_router.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/workflows/router/test_create_router.py b/test/workflows/router/test_create_router.py
index 65c671ce..775a459f 100644
--- a/test/workflows/router/test_create_router.py
+++ b/test/workflows/router/test_create_router.py
@@ -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
-- 
GitLab