()
| 74 | } |
| 75 | |
| 76 | const fetchAuthHeader = () => { |
| 77 | const init = mockFetch.mock.calls[0]?.[1] as RequestInit | undefined |
| 78 | const headers = init?.headers as Record<string, string> | undefined |
| 79 | return headers?.Authorization |
| 80 | } |
| 81 | |
| 82 | describe('GET /api/providers/together/models', () => { |
| 83 | beforeEach(() => { |