mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-20 22:22:57 +03:00
This PR's own handleNoCredentials change remaps the leaked combo-fallback 404 to 401 for non-combo (single-model) requests, but left 5 pre-existing tests asserting the old 404 for exactly that single-model path: vscode-token-routes.test.ts (both routes), chat-route-coverage.test.ts, chat-pipeline.test.ts (both cases), combo-routing-e2e.test.ts (unmapped-model case), llama-cpp-provider.test.ts. Combo-routing tests that legitimately expect 404 (isCombo=true fall-through) are untouched. Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com>