mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Fix Google translate TTS test race condition (#114656)
This commit is contained in:
parent
9893a6c5e4
commit
17625dc74d
@ -73,6 +73,8 @@ async def setup_fixture(
|
|||||||
else:
|
else:
|
||||||
raise RuntimeError("Invalid setup fixture")
|
raise RuntimeError("Invalid setup fixture")
|
||||||
|
|
||||||
|
await hass.async_block_till_done()
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(name="config")
|
@pytest.fixture(name="config")
|
||||||
def config_fixture() -> dict[str, Any]:
|
def config_fixture() -> dict[str, Any]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user