From 0dd6a64549d430e71e836a702fdeb4d98070f523 Mon Sep 17 00:00:00 2001 From: austina-csa <168131796+austina-csa@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:08:53 -0700 Subject: [PATCH] Update src/python_testing/TC_IDM_3_2.py Co-authored-by: C Freeman --- src/python_testing/TC_IDM_3_2.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/python_testing/TC_IDM_3_2.py b/src/python_testing/TC_IDM_3_2.py index 4e71d2e9a46979..248f736e691be6 100644 --- a/src/python_testing/TC_IDM_3_2.py +++ b/src/python_testing/TC_IDM_3_2.py @@ -26,7 +26,8 @@ async def test_TC_IDM_3_2(self): for cluster_id in self.xml_clusters: xml_cluster = self.xml_clusters[cluster_id] attributes = xml_cluster.attributes - for attribute_id in attributes: + for attribute_id, xml_attribute in attributes.items(): + xml_attribute = attributes[attribute_id] write_access = xml_attribute.write_access if write_access: