Drop the inert prefilled data from an Energenie flow test (#180811)

This commit is contained in:
Franck Nijhof
2026-08-30 15:19:08 +02:00
committed by GitHub
parent 2ab375e0ad
commit 95f1bd1de0
@@ -68,9 +68,7 @@ async def test_user_flow_no_new_device(
valid_config_entry.add_to_hass(hass)
result = await hass.config_entries.flow.async_init(
DOMAIN,
context={"source": SOURCE_USER},
data=None,
DOMAIN, context={"source": SOURCE_USER}
)
await hass.async_block_till_done()