mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-30 07:51:07 -07:00
Make merged settings non-nullable and fix all lints related to that. (#16647)
This commit is contained in:
@@ -312,7 +312,8 @@ describe('Telemetry SDK', () => {
|
||||
expect(GcpTraceExporter).not.toHaveBeenCalled();
|
||||
|
||||
// 2. Set project ID and emit post_auth event
|
||||
process.env['GOOGLE_CLOUD_PROJECT'] = 'test-project';
|
||||
vi.stubEnv('GOOGLE_CLOUD_PROJECT', 'test-project');
|
||||
vi.stubEnv('OTLP_GOOGLE_CLOUD_PROJECT', 'test-project');
|
||||
|
||||
const mockCredentials = {
|
||||
client_email: 'test@example.com',
|
||||
|
||||
Reference in New Issue
Block a user