fix TestMigrateEBS
This commit is contained in:
parent
913ebde60e
commit
34eed6597a
|
|
@ -203,7 +203,7 @@ func TestMigrateEBS(t *testing.T) {
|
||||||
cluster.Namespace = namespace
|
cluster.Namespace = namespace
|
||||||
filterLabels := cluster.labelsSet(false)
|
filterLabels := cluster.labelsSet(false)
|
||||||
|
|
||||||
testVolumes := []testVolume{testVol, testVol, testVol}
|
testVolumes := []testVolume{testVol, testVol}
|
||||||
|
|
||||||
initTestVolumesAndPods(cluster.KubeClient, namespace, clusterName, filterLabels, testVolumes)
|
initTestVolumesAndPods(cluster.KubeClient, namespace, clusterName, filterLabels, testVolumes)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue