fix: align cron test delivery result types

This commit is contained in:
Shakker 2026-04-01 17:07:20 +01:00 committed by Shakker
parent 6363094e93
commit bd8d29c2b1
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ describe("dispatchCronDelivery — double-announce guard", () => {
vi.mocked(isLikelyInterimCronMessage).mockReturnValue(false);
const params = makeBaseParams({ synthesizedText: SILENT_REPLY_TOKEN });
params.job.deleteAfterRun = true;
(params.job as { deleteAfterRun?: boolean }).deleteAfterRun = true;
const state = await dispatchCronDelivery(params);