Update volumes_test.go
This commit is contained in:
parent
a66c9e72d4
commit
f3bd3208c9
|
|
@ -163,7 +163,7 @@ func CreatePVCs(namespace string, clusterName string, labels labels.Set, n int,
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestMigrateEBS(t *testing.T) {
|
func TestMigrateEBS(t *testing.T) {
|
||||||
client, _ := newFakeKubernetesClient()
|
client, _ := newFakeK8sPVCclient()
|
||||||
clusterName := "acid-test-cluster"
|
clusterName := "acid-test-cluster"
|
||||||
namespace := "default"
|
namespace := "default"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue