Skip to content

Commit

Permalink
Update TC_IDM_2_2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
austina-csa authored Jan 7, 2025
1 parent 3368fff commit 5e985e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_IDM_2_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit 5e985e9

Please sign in to comment.