diff --git a/tests/components/wled/test_config_flow.py b/tests/components/wled/test_config_flow.py index 15db188af5e..830ebf8a0f2 100644 --- a/tests/components/wled/test_config_flow.py +++ b/tests/components/wled/test_config_flow.py @@ -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: