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 5f228cb commit 4befc07Copy full SHA for 4befc07
test/e2e/multi-disk_test.go
@@ -49,7 +49,7 @@ var _ = Describe("Ensure govmomi mode is able to add additional disks to VMs [vc
49
SkipCleanup: skipCleanup,
50
Flavor: ptr.To(testSpecificSettingsGetter().FlavorForMode("multi-disk")),
51
PostNamespaceCreated: testSpecificSettingsGetter().PostNamespaceCreatedFunc,
52
- PostMachinesProvisioned: func(proxy framework.ClusterProxy, namespace, clusterName string) {
+ PostMachinesProvisioned: func(_ framework.ClusterProxy, namespace, clusterName string) {
53
dsi := DiskSpecInput{
54
SpecName: specName,
55
Namespace: namespace,
0 commit comments