mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-19 05:12:16 +03:00
The custom-model assertions expected ids prefixed `jina-ai/`, but the catalog prefixes model ids with the provider alias, which is `jina`. The synced-model test directly above asserts `jina/` and passes, so the two cases contradicted each other within the same file. The expectation predates the alias: the test was written in v3.7.9 (2026-05-04) and `alias: "jina"` was added in v3.8.36 (2026-06-25). Aligns the two assertions with the sibling test and with the product. The file now passes 44/44 (was 43 with 1 failure). Confirmed the assertions still bite: renaming the alias to `jina-XX` fails exactly these two cases.