test(codex): keep native tool observability fixture generic · openclaw/openclaw@6a74110
VACInc
·
2026-05-11
·
via Recent Commits to openclaw:main
File tree
extensions/codex/src/app-server
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1143,7 +1143,7 @@ describe("CodexAppServerEventProjector", () => {
|
1143 | 1143 | item: { |
1144 | 1144 | type: "webSearch", |
1145 | 1145 | id: "search-observed", |
1146 | | -query: "opik openclaw codex", |
| 1146 | +query: "native tool observability", |
1147 | 1147 | status: "completed", |
1148 | 1148 | durationMs: 5, |
1149 | 1149 | }, |
@@ -1157,7 +1157,7 @@ describe("CodexAppServerEventProjector", () => {
|
1157 | 1157 | ); |
1158 | 1158 | expect(event).toMatchObject({ |
1159 | 1159 | toolName: "web_search", |
1160 | | -params: { query: "opik openclaw codex" }, |
| 1160 | +params: { query: "native tool observability" }, |
1161 | 1161 | runId: "run-1", |
1162 | 1162 | toolCallId: "search-observed", |
1163 | 1163 | result: { status: "completed" }, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。