From 572c98c2261dff97f49e252d23882d343ec0c3c4 Mon Sep 17 00:00:00 2001 From: uy_sun Date: Tue, 6 Feb 2024 23:56:02 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E4=BF=AE=E5=A4=8D=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E5=A4=A7=E5=B0=8F=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/utils/store_test/test_store_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils/store_test/test_store_test.py b/tests/utils/store_test/test_store_test.py index 5e652b70..005d8171 100644 --- a/tests/utils/store_test/test_store_test.py +++ b/tests/utils/store_test/test_store_test.py @@ -59,7 +59,7 @@ def mocked_store_data( mocked_api.get(REGISTRY_RESULTS_URL).respond(json=load_json("registry_results")) mocked_api.get(REGISTRY_PLUGINS_URL).respond(json=load_json("registry_plugins")) mocked_api.get(STORE_ADAPTERS_URL).respond(json=load_json("store_adapters")) - mocked_api.get(STORE_BOTS_URL).respond(json=load_json("STORE_BOTS")) + mocked_api.get(STORE_BOTS_URL).respond(json=load_json("store_bots")) mocked_api.get(STORE_DRIVERS_URL).respond(json=load_json("store_drivers")) mocked_api.get(STORE_PLUGINS_URL).respond(json=load_json("store_plugins"))