tests pasing

This commit is contained in:
DaKheera47 2026-01-21 16:34:29 +00:00
parent 4b65f39650
commit e3b0e263fb

View File

@ -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({