This commit is contained in:
jbouwh 2025-06-25 07:17:38 +00:00
parent aaabe92716
commit 299713e7a3

View File

@ -4245,9 +4245,7 @@ async def test_subentry_reconfigure_export_settings(
subentry_id: str
subentry: ConfigSubentry
subentry_id, subentry = next(iter(config_entry.subentries.items()))
result = await config_entry.start_subentry_reconfigure_flow(
hass, "device", subentry_id
)
result = await config_entry.start_subentry_reconfigure_flow(hass, subentry_id)
assert result["type"] is FlowResultType.MENU
assert result["step_id"] == "summary_menu"