diff --git a/pkg/cluster/volumes_test.go b/pkg/cluster/volumes_test.go index df5d30a8e..e9a815d4a 100644 --- a/pkg/cluster/volumes_test.go +++ b/pkg/cluster/volumes_test.go @@ -34,7 +34,7 @@ var testVol = testVolume{ size: 100, iops: 300, throughtput: 125, - volType: "gp2", + volType: "gp3", } func newFakeK8sPVCclient() (k8sutil.KubernetesClient, *fake.Clientset) {