mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 03:35:56 +02:00
Rename parameter
This commit is contained in:
parent
d354199ace
commit
b1d21bf858
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ def get_api_data(fixture: str) -> dict:
|
|||
return json.loads(load_fixture(fixture))
|
||||
|
||||
|
||||
async def patched(url: str, _params: dict | None = None) -> bytes:
|
||||
async def patched(url: str, params: dict | None = None) -> bytes:
|
||||
if "cdn.knmi.nl" in url:
|
||||
file_name = "tests/fixtures/clouds_nl.png"
|
||||
elif "app.meteo.be/services/appv4/?s=getIncaImage" in url:
|
||||
|
|
Loading…
Add table
Reference in a new issue