From 4d2abb4f655150df498d3065f57fd51a6424ca86 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Thu, 6 Nov 2025 12:10:33 +0100 Subject: [PATCH] Fix ezviz tests opening sockets (#155896) --- tests/components/ezviz/test_config_flow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/components/ezviz/test_config_flow.py b/tests/components/ezviz/test_config_flow.py index ff34134b3fb..b1556d62d8d 100644 --- a/tests/components/ezviz/test_config_flow.py +++ b/tests/components/ezviz/test_config_flow.py @@ -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: