mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
reuse client configuration for both acl and non-acl test
This commit is contained in:
committed by
Preetha Appan
parent
68e15a33d4
commit
797cd635c8
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user