mirror of
https://github.com/home-assistant/core.git
synced 2025-11-10 11:29:46 +00:00
Improve UniFi config flow tests and add options flow test (#27340)
This commit is contained in:
committed by
Paulus Schoutsen
parent
7f20210e93
commit
d345b58ce6
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user