Skip to content

Commit

Permalink
Updates AttributePath to AttributePath.from_attribute due to class ch…
Browse files Browse the repository at this point in the history
…anges
  • Loading branch information
raul-marquez-csa committed Jul 2, 2024
1 parent 408d229 commit 65f443f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_IDM_4_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 65f443f

Please sign in to comment.