mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 03:01:50 +03:00
Tests: fix models list mock lint
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user