Files
OmniRoute/tests
Markus Hartung ce6fd37476 test: realign no-credentials status expectations to 401 for single-model requests
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>
2026-08-20 06:32:41 -03:00
..