From 3587054d32372874a4e067ae050f861ad1cec2b4 Mon Sep 17 00:00:00 2001 From: Tommaso Sciortino Date: Mon, 30 Jun 2025 17:11:54 -0700 Subject: Rename AuthType LOGIN_WITH_GOOGLE_PERSONAL -> LOGIN_WITH_GOOGLE (#2769) --- packages/cli/src/ui/hooks/useGeminiStream.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/cli/src/ui/hooks') diff --git a/packages/cli/src/ui/hooks/useGeminiStream.test.tsx b/packages/cli/src/ui/hooks/useGeminiStream.test.tsx index 9751f470..1ccf3123 100644 --- a/packages/cli/src/ui/hooks/useGeminiStream.test.tsx +++ b/packages/cli/src/ui/hooks/useGeminiStream.test.tsx @@ -1009,7 +1009,7 @@ describe('useGeminiStream', () => { it('should call parseAndFormatApiError with the correct authType on stream initialization failure', async () => { // 1. Setup const mockError = new Error('Rate limit exceeded'); - const mockAuthType = AuthType.LOGIN_WITH_GOOGLE_PERSONAL; + const mockAuthType = AuthType.LOGIN_WITH_GOOGLE; mockParseAndFormatApiError.mockClear(); mockSendMessageStream.mockReturnValue( (async function* () { -- cgit v1.2.3