diff --git a/agent/acl_endpoint_test.go b/agent/acl_endpoint_test.go index 71a410d8faf3..0c948880e036 100644 --- a/agent/acl_endpoint_test.go +++ b/agent/acl_endpoint_test.go @@ -912,7 +912,7 @@ func TestACL_HTTP(t *testing.T) { // Secret will be filled in tokenInput := &structs.ACLToken{ - Description: "Better description for this cloned token", + Description: "Even Better description for this cloned token", Policies: []structs.ACLTokenPolicyLink{ { ID: idMap["policy-read-all-nodes"],