diff --git a/packages/core/src/agents/auth-provider/google-credentials-provider.test.ts b/packages/core/src/agents/auth-provider/google-credentials-provider.test.ts index c0dc3ff531..ec8780cd95 100644 --- a/packages/core/src/agents/auth-provider/google-credentials-provider.test.ts +++ b/packages/core/src/agents/auth-provider/google-credentials-provider.test.ts @@ -43,7 +43,7 @@ describe('GoogleCredentialsAuthProvider', () => { }, }); - (GoogleAuth as Mock).mockImplementation(() => ({ + (GoogleAuth as unknown as Mock).mockImplementation(() => ({ getClient: mockGetClient, getIdTokenClient: mockGetIdTokenClient, }));