Bump total_connect_client to 2021.11.2 (#58818)
* update total_connect_client to 2021.10 * update for total_connect_client changes * remove unused return value * bump total_connect_client to 2021.11.1 * bump total_connect_client to 2021.11.2 * Move to public ResultCode * load locations to prevent 'unknown error occurred' * add test for zero locations * Revert "load locations to prevent 'unknown error occurred'" This reverts commit28b8984be5
. * Revert "add test for zero locations" This reverts commit77bf7908d5
.
This commit is contained in:
parent
55cd1ffb7c
commit
72aaeda8a0
8 changed files with 21 additions and 25 deletions
|
@ -22,7 +22,7 @@ async def test_reauth_started(hass):
|
|||
"homeassistant.components.totalconnect.TotalConnectClient",
|
||||
autospec=True,
|
||||
) as mock_client:
|
||||
mock_client.return_value.is_valid_credentials.return_value = False
|
||||
mock_client.return_value.is_logged_in.return_value = False
|
||||
assert await async_setup_component(hass, DOMAIN, {})
|
||||
await hass.async_block_till_done()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue