Improve UniFi config flow tests and add options flow test (#27340)
This commit is contained in:
parent
7f20210e93
commit
d345b58ce6
4 changed files with 268 additions and 177 deletions
|
@ -387,7 +387,7 @@ async def test_hassio_confirm(hass):
|
|||
|
||||
|
||||
async def test_option_flow(hass):
|
||||
"""Test config flow selection of one of two bridges."""
|
||||
"""Test config flow options."""
|
||||
entry = MockConfigEntry(domain=config_flow.DOMAIN, data={}, options=None)
|
||||
hass.config_entries._entries.append(entry)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue