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 9a4da44 commit 48cf15dCopy full SHA for 48cf15d
test/e2e/vsphere/multi-nic.go
@@ -212,7 +212,7 @@ var _ = Describe("[sig-cluster-lifecycle][OCPFeatureGate:VSphereMultiNetworks][p
212
}
213
214
215
- for k, _ := range portGroups {
+ for k := range portGroups {
216
machinePortgroups = append(machinePortgroups, k)
217
218
})
@@ -264,7 +264,7 @@ var _ = Describe("[sig-cluster-lifecycle][OCPFeatureGate:VSphereMultiNetworks][p
264
265
266
267
268
269
270
0 commit comments