From 6fafe245310a21692e7e60b985abd60c28ce4ffc Mon Sep 17 00:00:00 2001 From: David Bonnes Date: Mon, 23 Dec 2024 14:03:58 +0000 Subject: [PATCH] removed unused code --- tests/tests_rf/test_v2_urlz.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/tests_rf/test_v2_urlz.py b/tests/tests_rf/test_v2_urlz.py index 0c4ffb7..61297de 100644 --- a/tests/tests_rf/test_v2_urlz.py +++ b/tests/tests_rf/test_v2_urlz.py @@ -241,8 +241,6 @@ async def test_dhw_urls( HTTPMethod.GET, f"location/installationInfo?userId={usr_id}&includeTemperatureControlSystems=True", ) # type: ignore[assignment] - tcs_config = usr_installs[2]["gateways"][0]["temperatureControlSystems"][0] - for loc_config in usr_installs: tcs_config = loc_config["gateways"][0]["temperatureControlSystems"][0] if "dhw" in tcs_config: