diff --git a/orchestrator/src/server/services/openrouter.test.ts b/orchestrator/src/server/services/openrouter.test.ts index 72ec8d4..c36d77c 100644 --- a/orchestrator/src/server/services/openrouter.test.ts +++ b/orchestrator/src/server/services/openrouter.test.ts @@ -73,6 +73,7 @@ describe('callOpenRouter', () => { vi.mocked(global.fetch).mockResolvedValue({ ok: false, status: 500, + text: async () => 'Internal Server Error', } as Response); const result = await callOpenRouter({