diff --git a/internal/manager/api_impl/jobs_test.go b/internal/manager/api_impl/jobs_test.go index 4a2f567c..140d4716 100644 --- a/internal/manager/api_impl/jobs_test.go +++ b/internal/manager/api_impl/jobs_test.go @@ -201,7 +201,7 @@ func TestSubmitJobWithEtag(t *testing.T) { err := mf.flamenco.SubmitJob(echoCtx) assert.NoError(t, err) assertResponseAPIError(t, echoCtx, - http.StatusPreconditionFailed, "rejecting job, job type etag does not match") + http.StatusPreconditionFailed, "rejecting job because its settings are outdated, refresh the job type") } // Expect the job compiler to be called.