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}"