Minor tweak of config entity_registry test (#68141)
This commit is contained in:
parent
9d6e1ab0e5
commit
f134219c74
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ async def test_update_entity(hass, client):
|
|||
"id": 8,
|
||||
"type": "config/entity_registry/update",
|
||||
"entity_id": "test_domain.world",
|
||||
"disabled_by": RegistryEntryDisabler.USER,
|
||||
"disabled_by": "user", # We exchange strings over the WS API, not enums
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue