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 Dec 30, 2024
1 parent f882339 commit ba56120
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/unit/modules/network/eos/test_eos_acls.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,8 @@ def test_eos_two_acls_idempotent(self):
grant="permit",
source=dict(subnet_address="192.0.2.0/24"),
destination=dict(
any="true", port_protocol=dict(eq="https")
any="true",
port_protocol=dict(eq="https"),
),
protocol="tcp",
log="true",
Expand All @@ -435,7 +436,8 @@ def test_eos_two_acls_idempotent(self):
grant="permit",
log="true",
destination=dict(
any="true", port_protocol=dict(eq="https")
any="true",
port_protocol=dict(eq="https"),
),
protocol="tcp",
source=dict(subnet_address="192.0.2.0/24"),
Expand Down

0 comments on commit ba56120

Please sign in to comment.