Compare commits

..

No commits in common. "26c0b94131e77a06d31efefac4e40eae528408d1" and "a5457af71641c286212e531a51939a288e59b46d" have entirely different histories.

View file

@ -28,10 +28,6 @@ def _mock_settings(
"""Minimal settings stand-in with fields read by proxy helpers and scraper __aenter__."""
return SimpleNamespace(
scraper_proxy_url=scraper_proxy_url,
# Cian scrapers read settings.cian_proxy_url (property: CIAN_PROXY_URL or
# scraper_proxy_url fallback). Mirror scraper_proxy_url here so the existing
# cian proxy-wiring assertions keep passing (#923 follow-up).
cian_proxy_url=scraper_proxy_url,
yandex_cookies_file=yandex_cookies_file,
)