We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b1ff7 commit b9463afCopy full SHA for b9463af
src/python_testing/TC_IDM_3_2.py
@@ -73,7 +73,7 @@ async def find_timed_write_attribute(
73
cluster_type_enum = global_attribute_ids.cluster_id_type(cluster_id)
74
# If debugging, please uncomment the following line to add Unit Testing clusters to the search and comment out the line below it.
75
if cluster_type_enum != global_attribute_ids.ClusterIdType.kStandard and cluster_type_enum != global_attribute_ids.ClusterIdType.kTest:
76
- # if cluster_type_enum != global_attribute_ids.ClusterIdType.kStandard:
+ # if cluster_type_enum != global_attribute_ids.ClusterIdType.kStandard:
77
continue
78
79
for attr_type in cluster_data:
0 commit comments