Fixed indentation in test

This commit is contained in:
Pierre Souchay 2018-07-07 14:03:34 +02:00
parent 95a0ab9f99
commit 135ac85b21
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"} aclExtendPolicies := []string{"extend-cache", "async-cache"}
for _, aclDownPolicy := range aclExtendPolicies { for _, aclDownPolicy := range aclExtendPolicies {
a := NewTestAgent(t.Name(), TestACLConfig()+` a := NewTestAgent(t.Name(), TestACLConfig()+`
acl_down_policy = "`+aclDownPolicy+`" acl_down_policy = "`+aclDownPolicy+`"
acl_enforce_version_8 = true acl_enforce_version_8 = true
`) `)
defer a.Shutdown() defer a.Shutdown()
m := MockServer{ m := MockServer{