diff --git a/test/per_router/test_poller_routes.py b/test/per_router/test_poller_routes.py
index be5ce39c49d8f2cd9c9c44cebaf9cba6459a945c..41ce0f2655db8205cfe7c3b242c85e98db1d213b 100644
--- a/test/per_router/test_poller_routes.py
+++ b/test/per_router/test_poller_routes.py
@@ -34,11 +34,25 @@ def test_router_interfaces(router, client_with_mocked_data):
                     "type": "array",
                     "items": {"$ref": "#/definitions/circuit"}
                 },
+                "bundle": {
+                    "type": "array",
+                    "items": {"type": "string"}
+                },
+                "bundle-parents": {
+                    "type": "array",
+                    "items": {"type": "string"}
+                },
                 "description": {"type": "string"},
                 "name": {"type": "string"},
                 "snmp-index": {"type": "integer"}
             },
-            "required": ["circuits", "description", "name", "snmp-index"],
+            "required": [
+                "circuits",
+                "bundle",
+                "bundle-parents",
+                "description",
+                "name",
+                "snmp-index"],
             "additionalProperties": False
         }
     }