mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Fix cloud tts loading (#107714)
This commit is contained in:
@@ -113,8 +113,8 @@ async def setup_cloud_fixture(hass: HomeAssistant, cloud: MagicMock) -> None:
|
||||
},
|
||||
)
|
||||
await hass.async_block_till_done()
|
||||
on_start_callback = cloud.register_on_start.call_args[0][0]
|
||||
await on_start_callback()
|
||||
await cloud.login("test-user", "test-pass")
|
||||
cloud.login.reset_mock()
|
||||
|
||||
|
||||
async def test_google_actions_sync(
|
||||
|
||||
Reference in New Issue
Block a user