mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:30:43 +00:00
test: type model auth label env mock
This commit is contained in:
@@ -6,7 +6,7 @@ const mocks = vi.hoisted(() => ({
|
||||
resolveAuthProfileOrder: vi.fn(),
|
||||
resolveAuthProfileDisplayLabel: vi.fn(),
|
||||
resolveUsableCustomProviderApiKey: vi.fn(() => null),
|
||||
resolveEnvApiKey: vi.fn(() => null),
|
||||
resolveEnvApiKey: vi.fn<() => { apiKey: string; source: string } | null>(() => null),
|
||||
readCodexCliCredentialsCached: vi.fn<() => unknown>(() => null),
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user