hass-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 Config-flow for DLNA-DMR integration (#55267) 2021-09-27 15:47:01 -05:00
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 Match config entries for dlna_dmr based on device MAC, in addition to UDN (#74619) 2022-12-11 13:40:35 -05:00
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