Skip to content

Commit

Permalink
Fix CI test_invalid_rrule_fix test by freezing the time (#105294)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouwh authored Dec 8, 2023
1 parent 88ddc25 commit 8721327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/components/google/test_calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8721327

Please sign in to comment.