cccccLean

This commit is contained in:
KS Jannette
2026-02-13 15:41:50 -05:00
parent 317468b1ed
commit 3e7978c918
2 changed files with 4 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ describe('POST /v1/notes/cluster', () => {
it('should return 500 when clusterNotes (API call) fails', async () => {
readFile.mockResolvedValue(JSON.stringify(MOCK_NOTES));
clusterNotes.mockRejectedValue(new Error('Anthropic API error'));
clusterNotes.mockRejectedValue(new Error('LLM API error'));
const res = await request(app).post('/v1/notes/cluster');