mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 11:39:26 +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))
|
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:
|
if "cdn.knmi.nl" in url:
|
||||||
file_name = "tests/fixtures/clouds_nl.png"
|
file_name = "tests/fixtures/clouds_nl.png"
|
||||||
elif "app.meteo.be/services/appv4/?s=getIncaImage" in url:
|
elif "app.meteo.be/services/appv4/?s=getIncaImage" in url:
|
||||||
|
|
Loading…
Add table
Reference in a new issue