mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Fix reolink tests (#127525)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user