reuse client configuration for both acl and non-acl test

This commit is contained in:
Chelsea Holland Komlo
2017-10-27 13:19:38 -04:00
committed by Preetha Appan
parent 68e15a33d4
commit 797cd635c8

View File

@@ -276,7 +276,7 @@ func TestMigrations_WithACLs(t *testing.T) {
assert.Nil(err)
defer stopServer()
clusterConfig := []string{"client1_acl.hcl", "client2_acl.hcl"}
clusterConfig := []string{"client1.hcl", "client2.hcl"}
stopCluster, err := startCluster(clusterConfig)
assert.Nil(err)
defer stopCluster()