Add back block_until_done calls removed in PR 46610 (#46680)

pull/46686/head
Allen Porter 2021-02-16 22:05:20 -08:00 committed by GitHub
parent b956a571f4
commit 56f32196bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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