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) {