mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Mark required fields in FlowResult typedict (#84811)
* Mark required fields in FlowResult typedict * Remove unneeded asserts from tests
This commit is contained in:
@@ -59,7 +59,6 @@ async def test_full_user_flow_implementation(
|
||||
|
||||
assert result["step_id"] == "device"
|
||||
assert result["type"] == FlowResultType.SHOW_PROGRESS
|
||||
assert "flow_id" in result
|
||||
|
||||
result = await hass.config_entries.flow.async_configure(result["flow_id"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user