Skip to content

Commit ff255aa

Browse files
committed
test(codex): cast mock client to satisfy CodexAppServerClient type check
1 parent 36f11cd commit ff255aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/codex/src/app-server/sandbox-exec-server.pipe-survival.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ describe("sandbox exec-server pipe survival", () => {
3939
}),
4040
});
4141
const client = createClient();
42-
const env = await ensureCodexSandboxExecServerEnvironment({ client, sandbox });
42+
const env = await ensureCodexSandboxExecServerEnvironment({ client: client as any, sandbox });
4343
expect(env).toBeDefined();
4444
const url = execServerUrlFromClient(client);
4545
const socket = await openSocket(url);

0 commit comments

Comments
 (0)