test: tighten qa cron wait assertion

This commit is contained in:
Shakker
2026-05-11 08:21:08 +01:00
parent 93cac4c7dc
commit c7f7cd6e5e

View File

@@ -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",