Skip to content

Commit

Permalink
fix windows ut
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyufan2 committed Jan 22, 2025
1 parent 0c67be2 commit e6f4d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cns/middlewares/k8sSwiftV2_windows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ func TestSetRoutesSuccess(t *testing.T) {
Routes: []cns.Route{
{
IPAddress: "10.0.0.0/16",
GatewayIPAddress: "",
GatewayIPAddress: "0.0.0.0",
},
{
IPAddress: "10.240.0.10/16",
GatewayIPAddress: "",
GatewayIPAddress: "0.0.0.0",
},
{
IPAddress: "0.0.0.0/0",
Expand Down

0 comments on commit e6f4d86

Please sign in to comment.