From 3845432ac2547585332db020388d8a897e345a11 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Fri, 15 May 2026 04:20:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=20mock=20=E6=96=B9=E6=B3=95?= =?UTF-8?q?=E5=90=8D=E5=90=8C=E6=AD=A5=E4=B8=BA=20=5Famsc=5Fhttp=5Fget=5Fj?= =?UTF-8?q?son?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_amsc_awos_sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_amsc_awos_sources.py b/tests/test_amsc_awos_sources.py index 469137d6..c6d1fb90 100644 --- a/tests/test_amsc_awos_sources.py +++ b/tests/test_amsc_awos_sources.py @@ -80,7 +80,7 @@ def test_fetch_amsc_official_current_uses_domestic_city_whitelist(): class FakeCollector(AmscAwosSourceMixin): timeout = 1.0 - def _http_get_json(self, url, *, headers=None): + def _amsc_http_get_json(self, url, *, headers=None): assert "getWindPlate?cccc=ZBAA" in url return ZBAA_SAMPLE