fix: Unset selected auth type in integ test so that the local setting… (#11322)

This commit is contained in:
shrutip90
2025-10-17 13:18:18 -07:00
committed by GitHub
parent 4d2a1111e0
commit 426d36146a

View File

@@ -39,7 +39,9 @@ describe('JSON output', () => {
process.env['GOOGLE_GENAI_USE_GCA'] = 'true';
await rig.setup('json-output-auth-mismatch', {
settings: {
security: { auth: { enforcedType: 'gemini-api-key' } },
security: {
auth: { enforcedType: 'gemini-api-key', selectedType: '' },
},
},
});