diff --git a/src/auto-reply/reply/followup-runner.test.ts b/src/auto-reply/reply/followup-runner.test.ts index 7543fd41003..039ed5019de 100644 --- a/src/auto-reply/reply/followup-runner.test.ts +++ b/src/auto-reply/reply/followup-runner.test.ts @@ -1268,12 +1268,17 @@ describe("createFollowupRunner messaging tool dedupe", () => { ok: false, error: "outbound adapter unavailable", }); + const queued = baseQueuedRun(" Feishu "); const { onBlockReply } = await runMessagingCase({ agentResult: { payloads: [{ text: "hello world!" }] }, queued: { - ...baseQueuedRun(" Feishu "), + ...queued, originatingChannel: "FEISHU", originatingTo: "ou_abc123", + run: { + ...queued.run, + agentAccountId: undefined, + }, } as FollowupRun, });