Skip to content

Commit

Permalink
Update src/python_testing/TC_IDM_3_2.py
Browse files Browse the repository at this point in the history
Co-authored-by: C Freeman <[email protected]>
  • Loading branch information
austina-csa and cecille authored Oct 7, 2024
1 parent 0dd6a64 commit 1b2abf8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python_testing/TC_IDM_3_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ async def test_TC_IDM_3_2(self):
attributes = xml_cluster.attributes
for attribute_id, xml_attribute in attributes.items():

xml_attribute = attributes[attribute_id]
write_access = xml_attribute.write_access
if write_access:
if cluster_id in Clusters.ClusterObjects.ALL_ATTRIBUTES:
Expand Down

0 comments on commit 1b2abf8

Please sign in to comment.