Skip to content

Commit 4befc07

Browse files
committed
Converted e2e test to use QuickStartSpec
1 parent 5f228cb commit 4befc07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/multi-disk_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var _ = Describe("Ensure govmomi mode is able to add additional disks to VMs [vc
4949
SkipCleanup: skipCleanup,
5050
Flavor: ptr.To(testSpecificSettingsGetter().FlavorForMode("multi-disk")),
5151
PostNamespaceCreated: testSpecificSettingsGetter().PostNamespaceCreatedFunc,
52-
PostMachinesProvisioned: func(proxy framework.ClusterProxy, namespace, clusterName string) {
52+
PostMachinesProvisioned: func(_ framework.ClusterProxy, namespace, clusterName string) {
5353
dsi := DiskSpecInput{
5454
SpecName: specName,
5555
Namespace: namespace,

0 commit comments

Comments
 (0)