mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 09:58:38 +00: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