Add missing async_block_till_done to jellyfin test_invalid_auth test (#113556)
This fix was reverted out in #113553
This commit is contained in:
parent
e8de1a7031
commit
03bb791080
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ async def test_invalid_auth(
|
|||
|
||||
mock_config_entry.add_to_hass(hass)
|
||||
assert not await hass.config_entries.async_setup(mock_config_entry.entry_id)
|
||||
await hass.async_block_till_done()
|
||||
|
||||
flows = hass.config_entries.flow.async_progress()
|
||||
assert len(flows) == 1
|
||||
|
|
Loading…
Add table
Reference in a new issue