mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Add TypeVar default for FlowResult (#112345)
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
This commit is contained in:
@@ -63,7 +63,7 @@ async def test_async_create_flow_checks_existing_flows_after_startup(
|
||||
"""Test existing flows prevent an identical ones from being after startup."""
|
||||
hass.bus.async_fire(EVENT_HOMEASSISTANT_STARTED)
|
||||
with patch(
|
||||
"homeassistant.data_entry_flow.BaseFlowManager.async_has_matching_flow",
|
||||
"homeassistant.data_entry_flow.FlowManager.async_has_matching_flow",
|
||||
return_value=True,
|
||||
):
|
||||
discovery_flow.async_create_flow(
|
||||
|
||||
Reference in New Issue
Block a user