From ce4ffe02f4e0ae3e16597faa4e0a9450fa58f4cf Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Wed, 23 Aug 2017 14:01:31 -0700 Subject: [PATCH] Adding a comment to address @dadgar --- command/agent/job_endpoint_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/command/agent/job_endpoint_test.go b/command/agent/job_endpoint_test.go index 4ba90041d..f60cc78eb 100644 --- a/command/agent/job_endpoint_test.go +++ b/command/agent/job_endpoint_test.go @@ -171,6 +171,7 @@ func TestHTTP_JobsRegister(t *testing.T) { }) } +// Test that ACL token is properly threaded through to the RPC endpoint func TestHTTP_JobsRegister_ACL(t *testing.T) { t.Parallel() httpACLTest(t, nil, func(s *TestAgent) {