Adding a comment to address @dadgar

This commit is contained in:
Armon Dadgar 2017-08-23 14:01:31 -07:00
parent f1c4143a62
commit af9caef4b9

View file

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