Skip to content

Commit 96f4ffc

Browse files
fix linting error
1 parent 0df275c commit 96f4ffc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cns/restserver/internalapi_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ func TestSyncHostNCVersion(t *testing.T) {
228228
// cns.KubernetesCRD has one more logic compared to other orchestrator type, so test both of them
229229
orchestratorTypes := []string{cns.Kubernetes, cns.KubernetesCRD}
230230
for _, orchestratorType := range orchestratorTypes {
231-
orchestratorType := orchestratorType
232231
t.Run(orchestratorType, func(t *testing.T) {
233232
req := createNCReqeustForSyncHostNCVersion(t)
234233
containerStatus := svc.state.ContainerStatus[req.NetworkContainerid]

0 commit comments

Comments
 (0)