Skip to content

Commit e6f4d86

Browse files
committed
fix windows ut
1 parent 0c67be2 commit e6f4d86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cns/middlewares/k8sSwiftV2_windows_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ func TestSetRoutesSuccess(t *testing.T) {
4343
Routes: []cns.Route{
4444
{
4545
IPAddress: "10.0.0.0/16",
46-
GatewayIPAddress: "",
46+
GatewayIPAddress: "0.0.0.0",
4747
},
4848
{
4949
IPAddress: "10.240.0.10/16",
50-
GatewayIPAddress: "",
50+
GatewayIPAddress: "0.0.0.0",
5151
},
5252
{
5353
IPAddress: "0.0.0.0/0",

0 commit comments

Comments
 (0)