Skip to content

Commit b474833

Browse files
committed
test(codex): isolate dynamic tool capability test
1 parent 46cf696 commit b474833

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extensions/codex/src/app-server/dynamic-tool-build.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ describe("Codex app-server dynamic tool build", () => {
280280
const workspaceDir = path.join(tempDir, "workspace");
281281
const params = createParams(path.join(tempDir, "session.jsonl"), workspaceDir);
282282
params.disableTools = false;
283+
params.runtimePlan = createCodexRuntimePlanFixture();
283284
params.clientCaps = ["tool-events", "inline-widgets"];
284285
let receivedClientCaps: string[] | undefined;
285286
setOpenClawCodingToolsFactoryForTests((options) => {

0 commit comments

Comments
 (0)