mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 00:07:10 +00:00
Adjust matter tests which create devices (#98198)
This commit is contained in:
parent
3495d762a4
commit
e9a0436605
@ -43,6 +43,7 @@ async def test_get_node_from_device_entry(
|
||||
device_registry = dr.async_get(hass)
|
||||
other_domain = "other_domain"
|
||||
other_config_entry = MockConfigEntry(domain=other_domain)
|
||||
other_config_entry.add_to_hass(hass)
|
||||
other_device_entry = device_registry.async_get_or_create(
|
||||
config_entry_id=other_config_entry.entry_id,
|
||||
identifiers={(other_domain, "1234")},
|
||||
|
Loading…
x
Reference in New Issue
Block a user