Skip to content

Commit fc17991

Browse files
committed
sync with real error message
1 parent 7fc5471 commit fc17991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sonic-yang-models/tests/yang_model_tests/tests/interface.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
},
3636
"INTERFACE_INVALID_MAC_ADDR": {
3737
"desc": "Set invalid interface mac address.",
38-
"eStr": "Invalid value \"badaddr\" in \"mac_addr\" element."
38+
"eStr": "Value \"badaddr\" does not satisfy the constraint \"[0-9a-fA-F]{2}(:[0-9a-fA-F]{2}){5}\" (range, length, or pattern)."
3939
}
4040
}

0 commit comments

Comments
 (0)