Tests: fix models list mock lint
parent
84ac889e22
commit
a441059761
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue