diff --git a/pkg/cluster/volumes_test.go b/pkg/cluster/volumes_test.go index 6a33bacf7..204ea8aab 100644 --- a/pkg/cluster/volumes_test.go +++ b/pkg/cluster/volumes_test.go @@ -203,7 +203,7 @@ func TestMigrateEBS(t *testing.T) { cluster.Namespace = namespace filterLabels := cluster.labelsSet(false) - testVolumes := []testVolume{testVol, testVol, testVol} + testVolumes := []testVolume{testVol, testVol} initTestVolumesAndPods(cluster.KubeClient, namespace, clusterName, filterLabels, testVolumes)