mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Remove EVENT_TIME_CHANGED and EVENT_TIMER_OUT_OF_SYNC (#69643)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
@@ -60,9 +60,7 @@ async def test_platform_manually_configured(hass):
|
||||
assert mikrotik.DOMAIN not in hass.data
|
||||
|
||||
|
||||
async def test_device_trackers(
|
||||
hass, legacy_patchable_time, mock_device_registry_devices
|
||||
):
|
||||
async def test_device_trackers(hass, mock_device_registry_devices):
|
||||
"""Test device_trackers created by mikrotik."""
|
||||
|
||||
# test devices are added from wireless list only
|
||||
|
||||
Reference in New Issue
Block a user