test(ci): fix current validation shards · openclaw/openclaw@cfcb8f4
steipete
·
2026-04-29
·
via Recent Commits to openclaw:main
File tree
extensions/codex/src/app-server
| Original file line number | Diff line number | Diff line change |
|---|
@@ -173,7 +173,7 @@ function createAppServerHarness(
|
173 | 173 | await vi.waitFor( |
174 | 174 | () => { |
175 | 175 | if (!requests.some((entry) => entry.method === method)) { |
176 | | -const mockMethods = request.mock.calls.map(([calledMethod]) => String(calledMethod)); |
| 176 | +const mockMethods = request.mock.calls.map(([calledMethod]) => calledMethod); |
177 | 177 | throw new Error( |
178 | 178 | `expected app-server method ${method}; saw ${requests |
179 | 179 | .map((entry) => entry.method) |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -123,7 +123,7 @@ const knownDeprecatedSurfaceMarkers = [
|
123 | 123 | { |
124 | 124 | code: "bundled-channel-config-schema-legacy", |
125 | 125 | file: "src/plugin-sdk/channel-config-schema-legacy.ts", |
126 | | -marker: "Deprecated bundled-channel compatibility surface", |
| 126 | +marker: "Compatibility surface for bundled channel schemas", |
127 | 127 | }, |
128 | 128 | { |
129 | 129 | code: "plugin-sdk-testing-barrel", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。