mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:50:43 +00:00
test(ci): fix current validation shards
This commit is contained in:
@@ -173,7 +173,7 @@ function createAppServerHarness(
|
||||
await vi.waitFor(
|
||||
() => {
|
||||
if (!requests.some((entry) => entry.method === method)) {
|
||||
const mockMethods = request.mock.calls.map(([calledMethod]) => String(calledMethod));
|
||||
const mockMethods = request.mock.calls.map(([calledMethod]) => calledMethod);
|
||||
throw new Error(
|
||||
`expected app-server method ${method}; saw ${requests
|
||||
.map((entry) => entry.method)
|
||||
|
||||
@@ -123,7 +123,7 @@ const knownDeprecatedSurfaceMarkers = [
|
||||
{
|
||||
code: "bundled-channel-config-schema-legacy",
|
||||
file: "src/plugin-sdk/channel-config-schema-legacy.ts",
|
||||
marker: "Deprecated bundled-channel compatibility surface",
|
||||
marker: "Compatibility surface for bundled channel schemas",
|
||||
},
|
||||
{
|
||||
code: "plugin-sdk-testing-barrel",
|
||||
|
||||
Reference in New Issue
Block a user