mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-17 04:32:31 +03:00
no-explicit-any is an error under tests/ (#6218), so the 4 `any` usages in the new discovery assertions failed the max-warnings-0 lint gate. Replace them with an explicit ModelsResponseBody shape — type-only change, all 13 assertions unchanged and still passing.