core/tests/components/unifi
J. Nick Koston fb62b6f01e
Fix unifi test_tracked_clients test (#108638)
Fix unifi test_tracked_clients client

This test relied on the sensor platform getting set up and creating
the device before the device_tracker platform was setup since the
device_tracker platform will disable the entity because there is
not matching device entry for it via

4ee6735cbb/homeassistant/components/device_tracker/config_entry.py (L336)

There is no guarantee the sensor platform will get set up before
the device tracker platform so the test was subject to a race
where it would fail if the device tracker platform was setup first
2024-01-22 08:35:24 +01:00
..
snapshots
__init__.py
conftest.py Fix unifi test_tracked_clients test (#108638) 2024-01-22 08:35:24 +01:00
test_button.py
test_config_flow.py
test_controller.py
test_device_tracker.py Add minor version to config entries (#105479) 2023-12-12 08:44:35 +01:00
test_diagnostics.py Add minor version to config entries (#105479) 2023-12-12 08:44:35 +01:00
test_image.py
test_init.py
test_sensor.py Reset UniFi bandwidth sensor when client misses heartbeat (#104522) 2024-01-14 15:19:43 +01:00
test_services.py
test_switch.py Add minor version to config entries (#105479) 2023-12-12 08:44:35 +01:00
test_update.py Add Unifi device state for additional diagnostics (#105138) 2023-12-16 08:38:21 +01:00