mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 12:10:42 +00:00
test: remove unused ACP mock parameter
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user