From 158bbf1f52fe8c8731f61fa7617ec00991484c3e Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Sun, 11 May 2025 17:33:09 +0200 Subject: [PATCH] Remove unused constant from entity_platform tests (#144601) --- tests/helpers/test_entity_platform.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/helpers/test_entity_platform.py b/tests/helpers/test_entity_platform.py index 8a1bdcb2f0c..77ac85ed4ed 100644 --- a/tests/helpers/test_entity_platform.py +++ b/tests/helpers/test_entity_platform.py @@ -56,7 +56,6 @@ from tests.common import ( _LOGGER = logging.getLogger(__name__) DOMAIN = "test_domain" -PLATFORM = "test_platform" async def test_polling_only_updates_entities_it_should_poll(