Skip to content

Commit

Permalink
Fixed restyling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
austina-csa committed Dec 16, 2024
1 parent 92d92e0 commit 738388a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_IDM_2_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ async def test_TC_IDM_2_2(self):

asserts.assert_in(Clusters.Objects.Descriptor, read_request[0].keys(), "Descriptor cluster not in output")
asserts.assert_in(Clusters.Objects.Descriptor.Attributes.AttributeList,
read_request[0][Clusters.Objects.Descriptor], "AttributeList not in output")
read_request[0][Clusters.Objects.Descriptor], "AttributeList not in output")
asserts.assert_equal(sorted(all_attributes[0][Clusters.Descriptor]
[Clusters.Descriptor.Attributes.ServerList]),
sorted([x.id for x in read_request[0]]))
Expand Down

0 comments on commit 738388a

Please sign in to comment.