Skip to content

Commit

Permalink
fix unit test err
Browse files Browse the repository at this point in the history
  • Loading branch information
gugulee committed Mar 15, 2023
1 parent 982adb7 commit 03e00e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ func TestValidatePodNetwork(t *testing.T) {
"ovn.kubernetes.io/egress_rate": "1",
"ovn.kubernetes.io/cidr": "10.16.0.0/16",
},
err: "10.16.1111.15 in ovn.kubernetes.io/ip_pool is not a valid address",
err: "10.16.1111.15,10.16.0.16,10.16.0.17 not in cidr 10.16.0.0/16",
},
{
name: "ingRaErr",
Expand Down

0 comments on commit 03e00e2

Please sign in to comment.