diff --git a/tests/components/ridwell/conftest.py b/tests/components/ridwell/conftest.py index 57d485d4281..87ca00c37c3 100644 --- a/tests/components/ridwell/conftest.py +++ b/tests/components/ridwell/conftest.py @@ -3,7 +3,6 @@ from datetime import date from unittest.mock import AsyncMock, Mock, patch from aioridwell.model import EventState, RidwellPickup, RidwellPickupEvent -from freezegun import freeze_time import pytest from homeassistant.components.ridwell.const import DOMAIN @@ -80,8 +79,6 @@ async def mock_aioridwell_fixture(hass, client, config): ), patch( "homeassistant.components.ridwell.coordinator.async_get_client", return_value=client, - ), freeze_time( - "2022-01-01" ): yield diff --git a/tests/components/ridwell/test_diagnostics.py b/tests/components/ridwell/test_diagnostics.py index caac4880417..e73b352f3d9 100644 --- a/tests/components/ridwell/test_diagnostics.py +++ b/tests/components/ridwell/test_diagnostics.py @@ -32,7 +32,7 @@ async def test_entry_diagnostics( "_async_request": None, "event_id": "event_123", "pickup_date": { - "__type": "", + "__type": "", "isoformat": "2022-01-24", }, "pickups": [