Tests: fix models list mock lint

This commit is contained in:
Mario Zechner
2026-01-31 07:16:23 +01:00
parent 84ac889e22
commit a441059761

View File

@@ -46,9 +46,9 @@ vi.mock("../agents/model-auth.js", () => ({
getCustomProviderApiKey, getCustomProviderApiKey,
})); }));
vi.mock("../agents/pi-model-discovery.js", () => ({ vi.mock("@mariozechner/pi-coding-agent", () => ({
discoverAuthStorage, AuthStorage,
discoverModels, ModelRegistry,
})); }));
function makeRuntime() { function makeRuntime() {