test: avoid slow followup fallback fixture

This commit is contained in:
Peter Steinberger
2026-04-23 05:35:06 +01:00
parent 01ba0fa663
commit 0be2b85951

View File

@@ -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,
});