Fixed indentation in test

This commit is contained in:
Pierre Souchay 2018-07-07 14:03:34 +02:00
parent bd023f352e
commit 0e4e451a56
1 changed files with 3 additions and 3 deletions

View File

@ -277,9 +277,9 @@ func TestACL_Down_Extend(t *testing.T) {
aclExtendPolicies := []string{"extend-cache", "async-cache"}
for _, aclDownPolicy := range aclExtendPolicies {
a := NewTestAgent(t.Name(), TestACLConfig()+`
acl_down_policy = "`+aclDownPolicy+`"
acl_enforce_version_8 = true
`)
acl_down_policy = "`+aclDownPolicy+`"
acl_enforce_version_8 = true
`)
defer a.Shutdown()
m := MockServer{