test: switch provider model barrel straggler imports

This commit is contained in:
Peter Steinberger
2026-03-27 23:48:31 +00:00
parent 0e3f517881
commit 3b51e6471a
2 changed files with 3 additions and 3 deletions

View File

@@ -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,
}));