From a3942d6541d17fb7ea4b05a99f1ad9d1afa6f98d Mon Sep 17 00:00:00 2001 From: Mx Corey Frang Date: Wed, 15 May 2024 17:07:41 -0400 Subject: [PATCH] Update server/tests/integration/automation-scheduler.test.js Co-authored-by: Howard Edwards --- server/tests/integration/automation-scheduler.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tests/integration/automation-scheduler.test.js b/server/tests/integration/automation-scheduler.test.js index 40969e6ba..22b070604 100644 --- a/server/tests/integration/automation-scheduler.test.js +++ b/server/tests/integration/automation-scheduler.test.js @@ -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}`)