diff --git a/src/python_testing/TestConformanceTest.py b/src/python_testing/TestConformanceTest.py index 68153dd2184fba..a656e228bf716f 100644 --- a/src/python_testing/TestConformanceTest.py +++ b/src/python_testing/TestConformanceTest.py @@ -97,7 +97,7 @@ def add_macl(self, root_endpoint: dict[int, dict[int, Any]]): root_endpoint[ac.id][ac.Attributes.GeneratedCommandList.attribute_id].append( ac.Commands.ReviewFabricRestrictionsResponse.command_id) - @ async_test_body + @async_test_body async def test_macl_handling(self): nim_id = self._get_device_type_id('network infrastructure manager') root_node_id = self._get_device_type_id('root node')