mirror of
https://github.com/home-assistant/core.git
synced 2025-11-10 11:29:46 +00:00
Use FlowResultType enum in config flow tests A-M (#114681)
This commit is contained in:
committed by
GitHub
parent
a767530970
commit
b9281327c4
@@ -276,7 +276,7 @@ async def test_options_flow(
|
||||
|
||||
result = await hass.config_entries.options.async_init(mock_config_entry.entry_id)
|
||||
|
||||
assert result["type"] == "form"
|
||||
assert result["type"] is FlowResultType.FORM
|
||||
assert result["step_id"] == "init"
|
||||
|
||||
result = await hass.config_entries.options.async_configure(
|
||||
|
||||
Reference in New Issue
Block a user