Skip to content

Commit 4d2abb4

Browse files
authored
Fix ezviz tests opening sockets (#155896)
1 parent 60014b6 commit 4d2abb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/components/ezviz/test_config_flow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ async def test_async_step_integration_discovery(
218218
assert result["result"].unique_id == "C666666"
219219

220220

221+
@pytest.mark.usefixtures("mock_ezviz_client")
221222
async def test_options_flow(
222223
hass: HomeAssistant, mock_config_entry: MockConfigEntry
223224
) -> None:

0 commit comments

Comments
 (0)