We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165cc58 commit 4408e60Copy full SHA for 4408e60
1 file changed
extensions/codex/src/app-server/run-attempt.test.ts
@@ -830,6 +830,7 @@ describe("runCodexAppServerAttempt", () => {
830
const workspaceDir = path.join(tempDir, "workspace");
831
const params = createParams(sessionFile, workspaceDir);
832
params.disableTools = false;
833
+ params.runtimePlan = createCodexRuntimePlanFixture();
834
const sandboxSessionKey = params.sessionKey;
835
if (!sandboxSessionKey) {
836
throw new Error("createParams must provide a sessionKey for Codex dynamic tool tests.");
0 commit comments