From c7f7cd6e5ebb2d9e414cd6adf9911625f8026d89 Mon Sep 17 00:00:00 2001 From: Shakker Date: Mon, 11 May 2026 08:21:08 +0100 Subject: [PATCH] test: tighten qa cron wait assertion --- extensions/qa-lab/src/cron-run-wait.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/qa-lab/src/cron-run-wait.test.ts b/extensions/qa-lab/src/cron-run-wait.test.ts index 09960f7737a..576b8a1328d 100644 --- a/extensions/qa-lab/src/cron-run-wait.test.ts +++ b/extensions/qa-lab/src/cron-run-wait.test.ts @@ -22,7 +22,7 @@ describe("waitForCronRunCompletion", () => { intervalMs: 0, }); - expect(result).toMatchObject({ ts: 180, status: "ok", summary: "new run" }); + expect(result).toEqual({ ts: 180, status: "ok", summary: "new run" }); expect(callGateway).toHaveBeenNthCalledWith( 1, "cron.runs",