Files
OmniRoute/tests
BillyOutlast 896c8ff6b5 fix(test): stop 2 unit tests from calling a real LAN server
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>
2026-09-16 03:23:11 -03:00
..