From 60a2e811c0d413f61523050cbeaff12879d66c09 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 14 May 2026 16:06:51 -0400 Subject: [PATCH] Fix flaky logger tests due to test-ordering dependency (#170461) Co-authored-by: Claude Opus 4.6 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> --- tests/components/logger/test_init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/logger/test_init.py b/tests/components/logger/test_init.py index ec7859beb7e0..91437fda70fe 100644 --- a/tests/components/logger/test_init.py +++ b/tests/components/logger/test_init.py @@ -24,7 +24,7 @@ ZONE_NS = f"{COMPONENTS_NS}.zone" GROUP_NS = f"{COMPONENTS_NS}.group" CONFIGED_NS = "otherlibx" UNCONFIG_NS = "unconfigurednamespace" -INTEGRATION = "test_component" +INTEGRATION = "test_logging" INTEGRATION_NS = f"homeassistant.components.{INTEGRATION}"