test(codex): avoid provider normalization in sandbox tool test · openclaw/openclaw@4408e60
steipete
·
2026-05-20
·
via Recent Commits to openclaw:main
File tree
extensions/codex/src/app-server
| Original file line number | Diff line number | Diff line change |
|---|
@@ -830,6 +830,7 @@ describe("runCodexAppServerAttempt", () => {
|
830 | 830 | const workspaceDir = path.join(tempDir, "workspace"); |
831 | 831 | const params = createParams(sessionFile, workspaceDir); |
832 | 832 | params.disableTools = false; |
| 833 | +params.runtimePlan = createCodexRuntimePlanFixture(); |
833 | 834 | const sandboxSessionKey = params.sessionKey; |
834 | 835 | if (!sandboxSessionKey) { |
835 | 836 | throw new Error("createParams must provide a sessionKey for Codex dynamic tool tests."); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。