core/tests/components/dlna_dmr
J. Nick Koston 1d4e82bd3d
Fix race in dlna_dmr test (#111428)
The entity was removed before the entity registry could update it

```
Traceback (most recent call last):
  File "/Users/bdraco/home-assistant/homeassistant/helpers/entity.py", line 1482, in _async_process_registry_update_or_remove
    assert registry_entry is not None
AssertionError

```
2024-02-26 17:11:50 +01:00
..
__init__.py
conftest.py Improve dlna_dmr tests (#102905) 2023-10-28 14:53:34 +02:00
test_config_flow.py Improve dlna_dmr tests (#102905) 2023-10-28 14:53:34 +02:00
test_data.py
test_init.py Avoid delaying startup in dlna_dmr (#109836) 2024-02-09 09:05:27 -05:00
test_media_player.py Fix race in dlna_dmr test (#111428) 2024-02-26 17:11:50 +01:00