Skip to content

Commit

Permalink
Update src/python_testing/TestConformanceTest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille authored Aug 20, 2024
1 parent e34d3e3 commit 4ac7c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TestConformanceTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 4ac7c70

Please sign in to comment.