test(codex): keep dynamic tool helper tests fast · openclaw/openclaw@d13749b
vincentkoc
·
2026-05-17
·
via Recent Commits to openclaw:main
File tree
extensions/codex/src/app-server
| Original file line number | Diff line number | Diff line change |
|---|
@@ -817,7 +817,7 @@ describe("runCodexAppServerAttempt", () => {
|
817 | 817 | } satisfies EmbeddedRunAttemptParams["authProfileStore"]; |
818 | 818 | params.disableTools = false; |
819 | 819 | params.authProfileStore = authProfileStore; |
820 | | - |
| 820 | + params.runtimePlan = createCodexRuntimePlanFixture(); |
821 | 821 | const factoryOptions: unknown[] = []; |
822 | 822 | __testing.setOpenClawCodingToolsFactoryForTests((options) => { |
823 | 823 | factoryOptions.push(options); |
@@ -864,7 +864,6 @@ describe("runCodexAppServerAttempt", () => {
|
864 | 864 | harnessId: "codex", |
865 | 865 | }, |
866 | 866 | }; |
867 | | - |
868 | 867 | const factoryOptions: unknown[] = []; |
869 | 868 | __testing.setOpenClawCodingToolsFactoryForTests((options) => { |
870 | 869 | factoryOptions.push(options); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。