We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df275c commit 96f4ffcCopy full SHA for 96f4ffc
cns/restserver/internalapi_test.go
@@ -228,7 +228,6 @@ func TestSyncHostNCVersion(t *testing.T) {
228
// cns.KubernetesCRD has one more logic compared to other orchestrator type, so test both of them
229
orchestratorTypes := []string{cns.Kubernetes, cns.KubernetesCRD}
230
for _, orchestratorType := range orchestratorTypes {
231
- orchestratorType := orchestratorType
232
t.Run(orchestratorType, func(t *testing.T) {
233
req := createNCReqeustForSyncHostNCVersion(t)
234
containerStatus := svc.state.ContainerStatus[req.NetworkContainerid]
0 commit comments