Fix ezviz tests opening sockets (#155896)

This commit is contained in:
Erik Montnemery
2025-11-06 12:10:33 +01:00
committed by GitHub
parent 60014b6530
commit 4d2abb4f65

View File

@@ -218,6 +218,7 @@ async def test_async_step_integration_discovery(
assert result["result"].unique_id == "C666666"
@pytest.mark.usefixtures("mock_ezviz_client")
async def test_options_flow(
hass: HomeAssistant, mock_config_entry: MockConfigEntry
) -> None: