mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Fix block till done in create entry config flow tests (#42290)
This commit is contained in:
@@ -89,8 +89,8 @@ async def test_setups(hass: HomeAssistant, protocol, connection, title):
|
||||
**connection,
|
||||
CONF_PROTOCOL: protocol,
|
||||
}
|
||||
await hass.async_block_till_done()
|
||||
|
||||
await hass.async_block_till_done()
|
||||
assert len(mock_setup.mock_calls) == 1
|
||||
assert len(mock_setup_entry.mock_calls) == 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user