From 797cd635c85642bf201ebdcf10c9e0731edcec96 Mon Sep 17 00:00:00 2001 From: Chelsea Holland Komlo Date: Fri, 27 Oct 2017 13:19:38 -0400 Subject: [PATCH] reuse client configuration for both acl and non-acl test --- e2e/migrations/migrations_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/migrations/migrations_test.go b/e2e/migrations/migrations_test.go index b50ac97e4..14140aa96 100644 --- a/e2e/migrations/migrations_test.go +++ b/e2e/migrations/migrations_test.go @@ -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()