Migrate setup to use eager tasks (#111619)
This commit is contained in:
parent
9cf874d4a0
commit
6abb8ae273
7 changed files with 14 additions and 4 deletions
|
@ -69,4 +69,5 @@ async def test_reauth_triggered(hass: HomeAssistant) -> None:
|
|||
)
|
||||
entry.add_to_hass(hass)
|
||||
assert not await hass.config_entries.async_setup(entry.entry_id)
|
||||
await hass.async_block_till_done()
|
||||
mock_async_step_reauth.assert_called_once()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue