Skip to content

Commit

Permalink
addressing the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
behzad-mir committed Nov 8, 2024
1 parent a7c1844 commit b0d5a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cns/restserver/ipam_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2190,7 +2190,7 @@ func TestStatelessCNIStateFile(t *testing.T) {
wantErr bool
}{
{
name: "good",
name: "single-tenancy: update endpoint without error",
endpointID: endpointInfo1ContainerID,
req: req1,
store: svc.EndpointStateStore,
Expand All @@ -2206,7 +2206,7 @@ func TestStatelessCNIStateFile(t *testing.T) {
wantErr: false,
},
{
name: "good with ACI endpoint",
name: "ACI: update and create absent endpoint without error",
endpointID: endpointInfo2ContainerID,
req: endpointInfo2.IfnameToIPMap,
store: svc.EndpointStateStore,
Expand Down

0 comments on commit b0d5a10

Please sign in to comment.