test: remove unused ACP mock parameter · openclaw/openclaw@a1197b9
steipete
·
2026-04-29
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -745,7 +745,7 @@ describe("acp setSessionConfigOption bridge behavior", () => {
|
745 | 745 | it("accepts forwarded timeout config options without failing OpenClaw ACP bridge turns", async () => { |
746 | 746 | const sessionStore = createInMemorySessionStore(); |
747 | 747 | const connection = createAcpConnection(); |
748 | | -const request = vi.fn(async (method: string, params?: unknown) => { |
| 748 | +const request = vi.fn(async (method: string) => { |
749 | 749 | if (method === "sessions.list") { |
750 | 750 | return { |
751 | 751 | ts: Date.now(), |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。