Fix flaky logger tests due to test-ordering dependency (#170461)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
Paulus Schoutsen
2026-05-14 22:06:51 +02:00
committed by GitHub
co-authored by Claude Opus 4.6 copilot-swe-agent[bot]
parent bc0899ba10
commit 60a2e811c0
+1 -1
View File
@@ -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}"