diff --git a/extensions/codex/src/app-server/run-attempt.test.ts b/extensions/codex/src/app-server/run-attempt.test.ts index 5e3501b8b37..b7325ade484 100644 --- a/extensions/codex/src/app-server/run-attempt.test.ts +++ b/extensions/codex/src/app-server/run-attempt.test.ts @@ -817,7 +817,7 @@ describe("runCodexAppServerAttempt", () => { } satisfies EmbeddedRunAttemptParams["authProfileStore"]; params.disableTools = false; params.authProfileStore = authProfileStore; - + params.runtimePlan = createCodexRuntimePlanFixture(); const factoryOptions: unknown[] = []; __testing.setOpenClawCodingToolsFactoryForTests((options) => { factoryOptions.push(options); @@ -864,7 +864,6 @@ describe("runCodexAppServerAttempt", () => { harnessId: "codex", }, }; - const factoryOptions: unknown[] = []; __testing.setOpenClawCodingToolsFactoryForTests((options) => { factoryOptions.push(options);