Skip to content

Commit b0d5a10

Browse files
committed
addressing the comments
1 parent a7c1844 commit b0d5a10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cns/restserver/ipam_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2190,7 +2190,7 @@ func TestStatelessCNIStateFile(t *testing.T) {
21902190
wantErr bool
21912191
}{
21922192
{
2193-
name: "good",
2193+
name: "single-tenancy: update endpoint without error",
21942194
endpointID: endpointInfo1ContainerID,
21952195
req: req1,
21962196
store: svc.EndpointStateStore,
@@ -2206,7 +2206,7 @@ func TestStatelessCNIStateFile(t *testing.T) {
22062206
wantErr: false,
22072207
},
22082208
{
2209-
name: "good with ACI endpoint",
2209+
name: "ACI: update and create absent endpoint without error",
22102210
endpointID: endpointInfo2ContainerID,
22112211
req: endpointInfo2.IfnameToIPMap,
22122212
store: svc.EndpointStateStore,

0 commit comments

Comments
 (0)