From 411844f5c2864f2459fc95fa957e23dcc6f32b6a Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Fri, 24 Jul 2026 12:40:33 +0200 Subject: [PATCH] minor refactoring in ebs.go --- pkg/cluster/volumes_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {