Minor tweak of config entity_registry test (#68141)

This commit is contained in:
Erik Montnemery 2022-03-14 23:07:52 +01:00 committed by GitHub
parent 9d6e1ab0e5
commit f134219c74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}
)