Skip to content

Commit 4408e60

Browse files
committed
test(codex): avoid provider normalization in sandbox tool test
1 parent 165cc58 commit 4408e60

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@ describe("runCodexAppServerAttempt", () => {
830830
const workspaceDir = path.join(tempDir, "workspace");
831831
const params = createParams(sessionFile, workspaceDir);
832832
params.disableTools = false;
833+
params.runtimePlan = createCodexRuntimePlanFixture();
833834
const sandboxSessionKey = params.sessionKey;
834835
if (!sandboxSessionKey) {
835836
throw new Error("createParams must provide a sessionKey for Codex dynamic tool tests.");

0 commit comments

Comments
 (0)