Compare commits

..

No commits in common. "7494255180bc3070ce3f89f12cb184031199463c" and "7bf39e24dfa81129e651f57de35d5dac689beea7" have entirely different histories.

View file

@ -353,8 +353,6 @@ async def test_geocode_uses_cadastral_before_yandex() -> None:
with (
patch("app.services.geocoder._cache_get", return_value=None),
# geoportal house-match (new primary local tier) misses → cadastral path exercised
patch("app.services.geocoder._geoportal_house_match", return_value=None),
# anchored house-match (new primary cadastral step) misses → legacy forward used
patch("app.services.geocoder._cadastral_house_match", return_value=None),
patch(