Skip to content

Commit ba56120

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f882339 commit ba56120

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/unit/modules/network/eos/test_eos_acls.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,8 @@ def test_eos_two_acls_idempotent(self):
416416
grant="permit",
417417
source=dict(subnet_address="192.0.2.0/24"),
418418
destination=dict(
419-
any="true", port_protocol=dict(eq="https")
419+
any="true",
420+
port_protocol=dict(eq="https"),
420421
),
421422
protocol="tcp",
422423
log="true",
@@ -435,7 +436,8 @@ def test_eos_two_acls_idempotent(self):
435436
grant="permit",
436437
log="true",
437438
destination=dict(
438-
any="true", port_protocol=dict(eq="https")
439+
any="true",
440+
port_protocol=dict(eq="https"),
439441
),
440442
protocol="tcp",
441443
source=dict(subnet_address="192.0.2.0/24"),

0 commit comments

Comments
 (0)