mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:10:52 +00:00
fix: follow up main ci failures
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user