Bump cloud to 0.47.1 (#55312)
* Bump cloud to 0.47.0 * Bump reqs * Bump to 0.47.1 * Do not load hass_nabucasa during http startup * fix some tests * Fix test Co-authored-by: Ludeeus <ludeeus@ludeeus.dev>
This commit is contained in:
parent
c68e87c40e
commit
27e29b714c
14 changed files with 66 additions and 31 deletions
|
@ -48,6 +48,8 @@ def mock_cloud_login(hass, mock_cloud_setup):
|
|||
},
|
||||
"test",
|
||||
)
|
||||
with patch.object(hass.data[const.DOMAIN].auth, "async_check_token"):
|
||||
yield
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue