File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def test_default_setup(hass, aioclient_mock):
16
16
"""Test the default setup."""
17
17
aioclient_mock .get (
18
18
"https://aa015h6buqvih86i1.api.met.no/" "weatherapi/locationforecast/1.9/" ,
19
- text = load_fixture ("yr.no.json " ),
19
+ text = load_fixture ("yr.no.xml " ),
20
20
)
21
21
config = {"platform" : "yr" , "elevation" : 0 }
22
22
hass .allow_pool = True
@@ -36,7 +36,7 @@ def test_custom_setup(hass, aioclient_mock):
36
36
"""Test a custom setup."""
37
37
aioclient_mock .get (
38
38
"https://aa015h6buqvih86i1.api.met.no/" "weatherapi/locationforecast/1.9/" ,
39
- text = load_fixture ("yr.no.json " ),
39
+ text = load_fixture ("yr.no.xml " ),
40
40
)
41
41
42
42
config = {
@@ -82,7 +82,7 @@ def test_forecast_setup(hass, aioclient_mock):
82
82
"""Test a custom setup with 24h forecast."""
83
83
aioclient_mock .get (
84
84
"https://aa015h6buqvih86i1.api.met.no/" "weatherapi/locationforecast/1.9/" ,
85
- text = load_fixture ("yr.no.json " ),
85
+ text = load_fixture ("yr.no.xml " ),
86
86
)
87
87
88
88
config = {
File renamed without changes.
You can’t perform that action at this time.
0 commit comments