Fix Google translate TTS test race condition (#114656)

This commit is contained in:
Robert Resch 2024-04-02 18:52:41 +02:00 committed by GitHub
parent 9893a6c5e4
commit 17625dc74d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]: