mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:00:42 +00:00
test(tools): mirror auth profile discovery in image tests
This commit is contained in:
@@ -93,6 +93,7 @@ vi.mock("../pi-tools.abort.js", () => ({
|
||||
}));
|
||||
|
||||
vi.mock("../auth-profiles.js", () => ({
|
||||
externalCliDiscoveryForProviderAuth: () => undefined,
|
||||
ensureAuthProfileStore: (agentDir?: string) => {
|
||||
if (!agentDir) {
|
||||
return { version: 1, profiles: {} };
|
||||
|
||||
Reference in New Issue
Block a user