Fix CI test_invalid_rrule_fix test by freezing the time (#105294)
parent
88ddc25129
commit
8721327176
|
@ -1301,6 +1301,7 @@ async def test_event_differs_timezone(
|
|||
}
|
||||
|
||||
|
||||
@pytest.mark.freeze_time("2023-11-30 12:15:00 +00:00")
|
||||
async def test_invalid_rrule_fix(
|
||||
hass: HomeAssistant,
|
||||
hass_client: ClientSessionGenerator,
|
||||
|
|
Loading…
Reference in New Issue