Fix wled tests opening sockets

This commit is contained in:
Erik
2025-11-06 08:11:16 +01:00
parent 7d65b4c941
commit f405daa8d0

View File

@@ -215,6 +215,7 @@ async def test_zeroconf_with_mac_device_exists_abort(
assert result.get("reason") == "already_configured"
@pytest.mark.usefixtures("mock_wled")
async def test_options_flow(
hass: HomeAssistant, mock_config_entry: MockConfigEntry
) -> None: