diff --git a/pkg/provision/storage/commonStorage_test.go b/pkg/provision/storage/commonStorage_test.go index c9fc03487..439691d77 100644 --- a/pkg/provision/storage/commonStorage_test.go +++ b/pkg/provision/storage/commonStorage_test.go @@ -101,7 +101,7 @@ func TestRewriteContainerVolumeMountsForCommonStorageClass(t *testing.T) { tests := loadAllTestCasesOrPanic(t, "testdata/common-storage") setupControllerCfg() commonStorage := CommonStorageProvisioner{} - commonPVC, err := getCommonPVCSpec("test-namespace") + commonPVC, err := getCommonPVCSpec("test-namespace", "1Gi") if err != nil { t.Fatalf("Failure during setup: %s", err) }