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 6, 2025
1 parent 5d5f4d2 commit 08e35d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/modules/network/asa/test_asa_acls.py
Original file line number Diff line number Diff line change
Expand Up @@ -1298,10 +1298,10 @@ def test_asa_acls_gathered(self):
"source": {"object_group": "O-Environments"},
"destination": {"any": True, "service_object_group": "O-Windows-TCP"},
"protocol_options": {"tcp": True},
}
},
],
},
]
],
}
result = self.execute_module(changed=False)
self.assertEqual(result["gathered"], facts)

0 comments on commit 08e35d8

Please sign in to comment.