Make schema validation errors non-fatal (#15487)

This commit is contained in:
Jacob Richman
2025-12-23 10:26:37 -08:00
committed by GitHub
parent e9a601c1fe
commit b6b0727e28
5 changed files with 191 additions and 13 deletions
@@ -323,9 +323,7 @@ describe('settings-validation', () => {
expect(formatted).toContain('/path/to/settings.json');
expect(formatted).toContain('model.name');
expect(formatted).toContain('Expected: string, but received: object');
expect(formatted).toContain(
'Please fix the configuration and try again.',
);
expect(formatted).toContain('Please fix the configuration.');
expect(formatted).toContain(
'https://github.com/google-gemini/gemini-cli',
);