From c48e9d95d127f7c3e362358aac2f3ea83615c3c0 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 22 Aug 2026 19:17:59 +0200 Subject: [PATCH] Mock the add-on store info in the Yellow multipan uninstall test (#179861) Co-authored-by: Claude --- tests/components/homeassistant_yellow/test_config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/homeassistant_yellow/test_config_flow.py b/tests/components/homeassistant_yellow/test_config_flow.py index 33d6aa0a23c7..f1987f12e04c 100644 --- a/tests/components/homeassistant_yellow/test_config_flow.py +++ b/tests/components/homeassistant_yellow/test_config_flow.py @@ -522,7 +522,7 @@ async def test_firmware_options_flow_thread( } -@pytest.mark.usefixtures("supervisor_client") +@pytest.mark.usefixtures("addon_store_info", "supervisor_client") async def test_options_flow_multipan_uninstall(hass: HomeAssistant) -> None: """Test options flow for when multi-PAN firmware is installed.""" mock_integration(hass, MockModule("hassio"))