1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 08:26:41 +01:00

Mock async_setup_entry in roku options flow test (#164377)

This commit is contained in:
Franck Nijhof
2026-02-27 20:27:13 +01:00
committed by GitHub
parent 84c556bb63
commit b31bafab99

View File

@@ -264,7 +264,9 @@ async def test_ssdp_discovery(
async def test_options_flow(
hass: HomeAssistant, mock_config_entry: MockConfigEntry
hass: HomeAssistant,
mock_setup_entry: None,
mock_config_entry: MockConfigEntry,
) -> None:
"""Test options config flow."""
mock_config_entry.add_to_hass(hass)