Skip to content

Commit

Permalink
Fix tests to accomodate customizable common PVC size
Browse files Browse the repository at this point in the history
Signed-off-by: Angel Misevski <amisevsk@redhat.com>
  • Loading branch information
amisevsk committed Jul 16, 2021
1 parent c0ca506 commit c75f07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provision/storage/commonStorage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit c75f07d

Please sign in to comment.