Skip to content

Commit

Permalink
fix: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshmprabhu committed Oct 17, 2024
1 parent 632b0da commit 2a39f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cns/nodesubnet/nodesubnet_nc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func TestCreateNodeSubnetNCRequest_EmptySecondaryIPs(t *testing.T) {
HostPrimaryIP: nodesubnet.NodeSubnetHostPrimaryIP,
SecondaryIPConfigs: map[string]cns.SecondaryIPConfig{},
NetworkContainerid: nodesubnet.NodeSubnetNCID,
NetworkContainerType: cns.NodeSubnet,
NetworkContainerType: cns.Docker,
Version: "0",
IPConfiguration: cns.IPConfiguration{},
NCStatus: v1alpha.NCUpdateSuccess,
Expand All @@ -37,7 +37,7 @@ func TestCreateNodeSubnetNCRequest_NonEmptySecondaryIPs(t *testing.T) {
"10.0.0.2": {IPAddress: "10.0.0.2", NCVersion: nodesubnet.NodeSubnetNCVersion},
},
NetworkContainerid: nodesubnet.NodeSubnetNCID,
NetworkContainerType: cns.NodeSubnet,
NetworkContainerType: cns.Docker,
Version: "0",
IPConfiguration: cns.IPConfiguration{},
NCStatus: v1alpha.NCUpdateSuccess,
Expand Down

0 comments on commit 2a39f9e

Please sign in to comment.