Add error messaging for 429 errors (#1316)

This commit is contained in:
Abhi 2025-06-23 17:30:13 -04:00 committed by GitHub
parent 21e6a36cf1
commit dc76bcc433
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 139 additions and 45 deletions

View file

@ -215,8 +215,7 @@ describe('runNonInteractive', () => {
await runNonInteractive(mockConfig, 'Initial fail');
expect(consoleErrorSpy).toHaveBeenCalledWith(
'Error processing input:',
apiError,
'[API Error: API connection failed]',
);
});
});