mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-21 06:12:17 +03:00
Two tests in tests/unit/model-embedding-discovery-and-cache.test.ts made a real HTTP call to the contributor's private Lemonade server (192.168.31.147) with no reachability guard — they failed with a 60s socket timeout on any machine without access to that LAN, including this one. tests/integration/semantic-cache-lemonade.test.ts already gates the same endpoint with an isEndpointReachable() skip; apply the identical pattern here so a unit test never depends on live network access. Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com>