mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 16:24:46 +00:00
test(codex): keep dynamic tool helper tests fast
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user