Skip to content

Commit e09c35c

Browse files
authored
Fix wled tests opening sockets (home-assistant#155903)
1 parent 0342d29 commit e09c35c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/components/wled/test_config_flow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ async def test_zeroconf_with_mac_device_exists_abort(
215215
assert result.get("reason") == "already_configured"
216216

217217

218+
@pytest.mark.usefixtures("mock_wled")
218219
async def test_options_flow(
219220
hass: HomeAssistant, mock_config_entry: MockConfigEntry
220221
) -> None:

0 commit comments

Comments
 (0)