From d06d0a8f839a3349ecc794245ff23bcdaa9e9cd5 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Tue, 24 Sep 2024 14:56:46 +0200 Subject: [PATCH] Fix tesla_fleet climate temp high/low test (#126631) --- tests/components/tesla_fleet/test_climate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/tesla_fleet/test_climate.py b/tests/components/tesla_fleet/test_climate.py index 902faaba922..75474698d09 100644 --- a/tests/components/tesla_fleet/test_climate.py +++ b/tests/components/tesla_fleet/test_climate.py @@ -418,7 +418,7 @@ async def test_climate_noscope( @pytest.mark.usefixtures("entity_registry_enabled_by_default") @pytest.mark.parametrize( - ("entity_id", "high", "low"), + ("entity_id", "low", "high"), [ ("climate.test_climate", 16, 28), ("climate.test_cabin_overheat_protection", 30, 40),