fix TestMigrateEBS

This commit is contained in:
Felix Kunde 2021-05-07 15:26:40 +02:00
parent 913ebde60e
commit 34eed6597a
1 changed files with 1 additions and 1 deletions

View File

@ -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)