diff --git a/test/per_router/test_poller_routes.py b/test/per_router/test_poller_routes.py
index 9b6fcd59227b2af0095734751088d7bda1cee6a8..be5ce39c49d8f2cd9c9c44cebaf9cba6459a945c 100644
--- a/test/per_router/test_poller_routes.py
+++ b/test/per_router/test_poller_routes.py
@@ -21,7 +21,7 @@ def test_router_interfaces(router, client_with_mocked_data):
                     "type": {"type": "string"},
                     "id": {"type": "integer"}
                 },
-                "required": ["type", "id"],
+                "required": ["name", "status", "type", "id"],
                 "additionalProperties": False
             }
         },