Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 2, 2025
1 parent ef9f60b commit de2e40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/modules/network/ios/test_ios_acls.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def test_ios_acls_merged(self):
"ip access-list extended test_pre",
"20 permit ip any any precedence immediate",
"ip access-list extended test_service_og",
"10 permit object-group test_service_og object-group test_src_network_og object-group test_dst_network_og"
"10 permit object-group test_service_og object-group test_src_network_og object-group test_dst_network_og",
]
self.assertEqual(sorted(result["commands"]), sorted(commands))

Expand Down

0 comments on commit de2e40e

Please sign in to comment.