mirror of https://github.com/openclaw/openclaw.git
fix: align cron test delivery result types
This commit is contained in:
parent
6363094e93
commit
bd8d29c2b1
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue