mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-25 08:02:04 +00:00
test: switch provider model barrel straggler imports
This commit is contained in:
@@ -17,7 +17,7 @@ vi.mock("@mariozechner/pi-ai/oauth", async () => {
|
||||
};
|
||||
});
|
||||
|
||||
vi.mock("openclaw/plugin-sdk/provider-models", () => ({
|
||||
vi.mock("openclaw/plugin-sdk/provider-model-shared", () => ({
|
||||
normalizeModelCompat: (model: Record<string, unknown>) => model,
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user