test: remove unused ACP mock parameter

This commit is contained in:
Peter Steinberger
2026-04-29 11:24:47 +01:00
parent 20ed597495
commit a1197b9075

View File

@@ -745,7 +745,7 @@ describe("acp setSessionConfigOption bridge behavior", () => {
it("accepts forwarded timeout config options without failing OpenClaw ACP bridge turns", async () => {
const sessionStore = createInMemorySessionStore();
const connection = createAcpConnection();
const request = vi.fn(async (method: string, params?: unknown) => {
const request = vi.fn(async (method: string) => {
if (method === "sessions.list") {
return {
ts: Date.now(),