From e3b0e263fb7b933f7881f6ee49dc9938f8bb392a Mon Sep 17 00:00:00 2001 From: DaKheera47 Date: Wed, 21 Jan 2026 16:34:29 +0000 Subject: [PATCH] tests pasing --- orchestrator/src/server/services/openrouter.test.ts | 1 + 1 file changed, 1 insertion(+) 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({