Fix reolink tests (#127525)

This commit is contained in:
epenet 2024-10-04 09:16:49 +02:00 committed by GitHub
parent 10895514c6
commit 6a44d66fed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -613,6 +613,8 @@ async def test_new_device_discovered(
assert await hass.config_entries.async_setup(config_entry.entry_id)
await hass.async_block_till_done()
reolink_connect.logout.reset_mock()
assert reolink_connect.logout.call_count == 0
reolink_connect.new_devices = True