mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Add back block_until_done calls removed in PR 46610 (#46680)
This commit is contained in:
parent
b956a571f4
commit
56f32196bd
@ -153,6 +153,8 @@ async def test_recorder_timeout(
|
||||
record_worker_sync.join()
|
||||
|
||||
stream.stop()
|
||||
await hass.async_block_till_done()
|
||||
await hass.async_block_till_done()
|
||||
|
||||
|
||||
async def test_record_path_not_allowed(hass, hass_client):
|
||||
|
Loading…
x
Reference in New Issue
Block a user