Skip to content

Commit f6ab188

Browse files
committed
test(codex): type forced-tool request mock
1 parent 8d1ab83 commit f6ab188

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/codex/src/app-server/run-attempt.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2353,7 +2353,7 @@ describe("runCodexAppServerAttempt", () => {
23532353
signal: new AbortController().signal,
23542354
directToolNames: ["message"],
23552355
});
2356-
const request = vi.fn(async (method: string) => {
2356+
const request = vi.fn(async (method: string, _params?: unknown) => {
23572357
if (method === "thread/start") {
23582358
return threadStartResult();
23592359
}

0 commit comments

Comments
 (0)