We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f882339 commit ba56120Copy full SHA for ba56120
tests/unit/modules/network/eos/test_eos_acls.py
@@ -416,7 +416,8 @@ def test_eos_two_acls_idempotent(self):
416
grant="permit",
417
source=dict(subnet_address="192.0.2.0/24"),
418
destination=dict(
419
- any="true", port_protocol=dict(eq="https")
+ any="true",
420
+ port_protocol=dict(eq="https"),
421
),
422
protocol="tcp",
423
log="true",
@@ -435,7 +436,8 @@ def test_eos_two_acls_idempotent(self):
435
436
437
438
439
440
441
442
443
0 commit comments