Split the Media Extractor user flow init from its data (#180781)

This commit is contained in:
Franck Nijhof
2026-08-30 13:08:19 +02:00
committed by GitHub
parent c186163df5
commit f5961257dc
@@ -36,7 +36,7 @@ async def test_single_instance_allowed(hass: HomeAssistant) -> None:
mock_config_entry.add_to_hass(hass)
result = await hass.config_entries.flow.async_init(
DOMAIN, context={"source": SOURCE_USER}, data={}
DOMAIN, context={"source": SOURCE_USER}
)
assert result.get("type") is FlowResultType.ABORT