diff options
Diffstat (limited to 'resources/test_data/honeycomb/sub_interfaces.py')
-rw-r--r-- | resources/test_data/honeycomb/sub_interfaces.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/test_data/honeycomb/sub_interfaces.py b/resources/test_data/honeycomb/sub_interfaces.py index 4f5dec81c3..3955089b56 100644 --- a/resources/test_data/honeycomb/sub_interfaces.py +++ b/resources/test_data/honeycomb/sub_interfaces.py @@ -52,7 +52,7 @@ sub_if_1_oper = { "index": 0, "dot1q-tag": { "tag-type": "dot1q-types:s-vlan", - "vlan-id": "100" + "vlan-id": 100 } }, { |