test(agents): align fallback delivery mock · openclaw/openclaw@68cbd1a
openclaw
·
2026-06-16
·
via Recent Commits to openclaw:main
Commit 68cbd1a
test(agents): align fallback delivery mock
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1713,6 +1713,7 @@ describe("runReplyAgent typing (heartbeat)", () => {
|
1713 | 1713 | .spyOn(modelFallbackModule, "runWithModelFallback") |
1714 | 1714 | .mockImplementationOnce( |
1715 | 1715 | async ({ run }: { run: (provider: string, model: string) => Promise<unknown> }) => ({ |
| 1716 | +outcome: "completed" as const, |
1716 | 1717 | result: await run("openai", "gpt-5.5"), |
1717 | 1718 | provider: "openai", |
1718 | 1719 | model: "gpt-5.5", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments