diff --git a/tests/components/jellyfin/test_init.py b/tests/components/jellyfin/test_init.py index 9bfe37f9874..6e6a0f7219b 100644 --- a/tests/components/jellyfin/test_init.py +++ b/tests/components/jellyfin/test_init.py @@ -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