From 738388a00a6419bfb8895e15b25573ab6f4a001e Mon Sep 17 00:00:00 2001 From: austina-csa Date: Sun, 15 Dec 2024 23:17:49 -0800 Subject: [PATCH] Fixed restyling issue --- src/python_testing/TC_IDM_2_2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python_testing/TC_IDM_2_2.py b/src/python_testing/TC_IDM_2_2.py index 0f1f6cd2ec4aba..ca6829474e2fa3 100644 --- a/src/python_testing/TC_IDM_2_2.py +++ b/src/python_testing/TC_IDM_2_2.py @@ -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]]))