From 65f443fcc62faa6f85a2f9f54f4ceb0ccde629d5 Mon Sep 17 00:00:00 2001 From: raul-marquez-csa Date: Tue, 2 Jul 2024 15:26:28 -0700 Subject: [PATCH] Updates AttributePath to AttributePath.from_attribute due to class changes --- src/python_testing/TC_IDM_4_2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python_testing/TC_IDM_4_2.py b/src/python_testing/TC_IDM_4_2.py index 12a54485dd302a..a9e593f4779288 100644 --- a/src/python_testing/TC_IDM_4_2.py +++ b/src/python_testing/TC_IDM_4_2.py @@ -123,7 +123,7 @@ def verify_attribute_exists(sub, cluster, attribute, ep=ROOT_NODE_ENDPOINT_ID): @staticmethod def get_typed_attribute_path(attribute, ep=ROOT_NODE_ENDPOINT_ID): return TypedAttributePath( - Path=AttributePath( + Path=AttributePath.from_attribute( EndpointId=ep, Attribute=attribute )