mirror of https://github.com/openclaw/openclaw.git
Tests: fix models list mock lint
This commit is contained in:
parent
84ac889e22
commit
a441059761
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue