Skip to content

Commit

Permalink
Update server/tests/integration/automation-scheduler.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Howard Edwards <[email protected]>
  • Loading branch information
gnarf and howard-e authored May 15, 2024
1 parent 4de6d09 commit a3942d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/tests/integration/automation-scheduler.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ describe('Automation controller', () => {
}
expect(foundStatus).toEqual(true);

// Leave our test RUNNING but ERROR the job
// Leave our test RUNNING but COMPLETED the job

response = await sessionAgent
.post(`/api/jobs/${job.id}`)
Expand Down

0 comments on commit a3942d6

Please sign in to comment.