mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-19 18:39:20 -05:00
Tests: fix models list mock lint
This commit is contained in:
@@ -46,9 +46,9 @@ vi.mock("../agents/model-auth.js", () => ({
|
||||
getCustomProviderApiKey,
|
||||
}));
|
||||
|
||||
vi.mock("../agents/pi-model-discovery.js", () => ({
|
||||
discoverAuthStorage,
|
||||
discoverModels,
|
||||
vi.mock("@mariozechner/pi-coding-agent", () => ({
|
||||
AuthStorage,
|
||||
ModelRegistry,
|
||||
}));
|
||||
|
||||
function makeRuntime() {
|
||||
|
||||
Reference in New Issue
Block a user