mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Minor tweak of config entity_registry test (#68141)
This commit is contained in:
parent
9d6e1ab0e5
commit
f134219c74
@ -240,7 +240,7 @@ async def test_update_entity(hass, client):
|
|||||||
"id": 8,
|
"id": 8,
|
||||||
"type": "config/entity_registry/update",
|
"type": "config/entity_registry/update",
|
||||||
"entity_id": "test_domain.world",
|
"entity_id": "test_domain.world",
|
||||||
"disabled_by": RegistryEntryDisabler.USER,
|
"disabled_by": "user", # We exchange strings over the WS API, not enums
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user