mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:30:42 +00:00
test: avoid slow followup fallback fixture
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user