From e74ebb5fb00c02f7c51a23c031adee90f7d079c9 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 22 Aug 2026 19:16:57 +0200 Subject: [PATCH] Mock the supervisor root info in the http ban test (#179862) Co-authored-by: Claude --- tests/components/http/test_ban.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/components/http/test_ban.py b/tests/components/http/test_ban.py index ff6465e91f87..58498d99f521 100644 --- a/tests/components/http/test_ban.py +++ b/tests/components/http/test_ban.py @@ -255,6 +255,7 @@ async def test_ip_ban_manager_never_started( "os_info", "store_info", "supervisor_info", + "supervisor_root_info", "homeassistant_info", "host_info", "network_info",