diff --git a/nomad/job_endpoint_test.go b/nomad/job_endpoint_test.go index a1b9b4bc7..39df246bb 100644 --- a/nomad/job_endpoint_test.go +++ b/nomad/job_endpoint_test.go @@ -2711,7 +2711,7 @@ func TestJobEndpoint_Deployments_ACL(t *testing.T) { testutil.WaitForLeader(t, s1.RPC) state := s1.fsm.State() - // Create the register request + // Create a job and corresponding deployments j := mock.Job() d1 := mock.Deployment() d2 := mock.Deployment()