Skip to content

Commit

Permalink
test: 修复文件名大小写
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 committed Feb 6, 2024
1 parent 82289c0 commit 572c98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/store_test/test_store_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"))

Expand Down

0 comments on commit 572c98c

Please sign in to comment.