From e2e7485e3049820f4338748d81f41054724ef267 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Thu, 15 Jan 2026 22:03:18 +0100 Subject: [PATCH] Remove unused test fixture from light condition tests (#160925) --- tests/components/light/test_condition.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/components/light/test_condition.py b/tests/components/light/test_condition.py index 42863f771790..2b88d2bac7ce 100644 --- a/tests/components/light/test_condition.py +++ b/tests/components/light/test_condition.py @@ -5,7 +5,7 @@ from typing import Any import pytest from homeassistant.const import STATE_OFF, STATE_ON -from homeassistant.core import HomeAssistant, ServiceCall +from homeassistant.core import HomeAssistant from tests.components import ( ConditionStateDescription, @@ -137,7 +137,6 @@ async def test_light_state_condition_behavior_any( ) async def test_light_state_condition_behavior_all( hass: HomeAssistant, - service_calls: list[ServiceCall], target_lights: list[str], condition_target_config: dict, entity_id: str,