Skip to content

Commit 02ce756

Browse files
committed
fix test case
1 parent d85918e commit 02ce756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cvl/cvl_when_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func TestValidateEditConfig_When_Exp_In_Choice_Negative(t *testing.T) {
4646
"PACKET_ACTION": "FORWARD",
4747
"IP_TYPE": "IPV6",
4848
"SRC_IP": "10.1.1.1/32", //Invalid field due to IP_TYPE
49-
"DST_IP": "10.1.1.2/32", //Also invalid
49+
"DST_IPV6": "2620:1234::1/64",
5050
"L4_SRC_PORT": "1909",
5151
"IP_PROTOCOL": "103",
5252
"L4_DST_PORT_RANGE": "9000-12000",

0 commit comments

Comments
 (0)