1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Use pytest.mark.freeze_time in tomorrowio tests (#156355)

This commit is contained in:
Erik Montnemery
2025-11-11 13:01:29 +01:00
committed by GitHub
parent bb7dc69131
commit 55feb1e735
+1 -1
View File
@@ -244,7 +244,7 @@ async def test_v4_weather_legacy_entities(hass: HomeAssistant) -> None:
("service"),
[SERVICE_GET_FORECASTS],
)
@freeze_time(datetime(2021, 3, 6, 23, 59, 59, tzinfo=dt_util.UTC))
@pytest.mark.freeze_time(datetime(2021, 3, 6, 23, 59, 59, tzinfo=dt_util.UTC))
async def test_v4_forecast_service(
hass: HomeAssistant,
snapshot: SnapshotAssertion,