Update volumes_test.go

This commit is contained in:
Jan Mussler 2020-12-11 23:55:17 +01:00 committed by GitHub
parent a66c9e72d4
commit f3bd3208c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ func CreatePVCs(namespace string, clusterName string, labels labels.Set, n int,
}
func TestMigrateEBS(t *testing.T) {
client, _ := newFakeKubernetesClient()
client, _ := newFakeK8sPVCclient()
clusterName := "acid-test-cluster"
namespace := "default"