fix: follow up main ci failures

This commit is contained in:
Peter Steinberger
2026-04-28 05:41:29 +01:00
parent 8a48994802
commit 996818e6af
2 changed files with 9 additions and 0 deletions

View File

@@ -16,6 +16,11 @@ vi.mock("@mariozechner/pi-ai/oauth", async () => {
vi.mock("openclaw/plugin-sdk/provider-model-shared", () => ({
normalizeModelCompat: (model: Record<string, unknown>) => model,
resolveProviderEndpoint: (baseUrl: string) => ({
baseUrl,
endpointClass: "custom",
warnings: [],
}),
}));
const loadJsonFile = vi.fn();