From 5e985e9fbcd5758fecf4a43f9232586761a3c027 Mon Sep 17 00:00:00 2001 From: austina-csa <168131796+austina-csa@users.noreply.github.com> Date: Tue, 7 Jan 2025 08:25:05 -0800 Subject: [PATCH] Update TC_IDM_2_2.py --- src/python_testing/TC_IDM_2_2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python_testing/TC_IDM_2_2.py b/src/python_testing/TC_IDM_2_2.py index d7dba184a37929..e1a78ef8046b6f 100644 --- a/src/python_testing/TC_IDM_2_2.py +++ b/src/python_testing/TC_IDM_2_2.py @@ -102,7 +102,7 @@ async def check_attribute_read_for_type(self, desired_attribute_type: type) -> b all_types = list(set(all_types) & set(cluster_attributes)) if all_types: chosen_attributes = all_types - # cluster = Clusters.ClusterObjects.ALL_CLUSTERS[chosen_attributes[0].cluster_id] + cluster = Clusters.ClusterObjects.ALL_CLUSTERS[chosen_attributes[0].cluster_id] break else: print(f"Attribute not found on device: {desired_attribute_type}")