Make sure all discovery flows are using the helper (#76641)
This commit is contained in:
parent
a86397cc10
commit
eeb9a9f058
19 changed files with 132 additions and 117 deletions
|
@ -703,6 +703,7 @@ async def test_integration_discovery(hass):
|
|||
|
||||
with patch("homeassistant.components.plex.config_flow.GDM", return_value=mock_gdm):
|
||||
await config_flow.async_discover(hass)
|
||||
await hass.async_block_till_done()
|
||||
|
||||
flows = hass.config_entries.flow.async_progress()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue