Update surepetcare test (#56871)
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
This commit is contained in:
parent
f8b6fba3eb
commit
2fdef0e144
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ async def test_unlock_failing(hass, surepetcare) -> None:
|
|||
assert await async_setup_component(hass, DOMAIN, MOCK_CONFIG)
|
||||
await hass.async_block_till_done()
|
||||
|
||||
entity_id = list(EXPECTED_ENTITY_IDS.keys())[0]
|
||||
entity_id = list(EXPECTED_ENTITY_IDS)[0]
|
||||
|
||||
await hass.services.async_call(
|
||||
"lock", "lock", {"entity_id": entity_id}, blocking=True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue