diff --git a/test/per_router/test_data_routes.py b/test/per_router/test_data_routes.py
index aa47ad7d9f517381e7659e24c7d479bc498092bf..ec4762ccdced8a4d8b70f3eea262dd9716373a66 100644
--- a/test/per_router/test_data_routes.py
+++ b/test/per_router/test_data_routes.py
@@ -18,6 +18,10 @@ def test_router_interfaces(router, client_with_mocked_data):
             "properties": {
                 "name": {"type": "string"},
                 "description": {"type": "string"},
+                "bundle": {
+                    "type": "array",
+                    "items": {"type": "string"}
+                },
                 "ipv4": {
                     "type": "array",
                     "items": {"type": "string"}
diff --git a/test/per_router/test_juniper_data.py b/test/per_router/test_juniper_data.py
index 721477640e199595517261c8107d954c39160de5..3c99a0862cad888415eed692ba0b00e90e2503f6 100644
--- a/test/per_router/test_juniper_data.py
+++ b/test/per_router/test_juniper_data.py
@@ -52,6 +52,10 @@ def test_interface_list(netconf_doc):
             "properties": {
                 "name": {"type": "string"},
                 "description": {"type": "string"},
+                "bundle": {
+                    "type": "array",
+                    "items": {"type": "string"}
+                },
                 "ipv4": {
                     "type": "array",
                     "items": {"type": "string"}