mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-07 23:31:07 +00:00
fix: align cron test delivery result types
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user