Bump reolink-aio to 0.7.1 (#94761)

This commit is contained in:
starkillerOG 2023-06-18 13:13:21 +02:00 committed by GitHub
parent 52f49fc32d
commit ee7f44b3da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 16 deletions

View file

@ -59,7 +59,7 @@ def reolink_connect(mock_get_source_ip: None) -> Generator[MagicMock, None, None
host_mock.user_level = "admin"
host_mock.sw_version_update_required = False
host_mock.timeout = 60
host_mock.renewtimer = 600
host_mock.renewtimer.return_value = 600
yield host_mock