mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Fix reolink tests (#127525)
This commit is contained in:
parent
10895514c6
commit
6a44d66fed
@ -613,6 +613,8 @@ async def test_new_device_discovered(
|
|||||||
assert await hass.config_entries.async_setup(config_entry.entry_id)
|
assert await hass.config_entries.async_setup(config_entry.entry_id)
|
||||||
await hass.async_block_till_done()
|
await hass.async_block_till_done()
|
||||||
|
|
||||||
|
reolink_connect.logout.reset_mock()
|
||||||
|
|
||||||
assert reolink_connect.logout.call_count == 0
|
assert reolink_connect.logout.call_count == 0
|
||||||
reolink_connect.new_devices = True
|
reolink_connect.new_devices = True
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user