Update tests/pytests/unit/states/test_linux_acl.py

Co-authored-by: Pedro Algarvio <pedro@algarvio.me>
This commit is contained in:
Frode Gundersen 2023-04-10 11:38:53 -06:00 committed by Megan Wilhite
parent 33e2538aa8
commit b91f363951

View file

@ -299,7 +299,6 @@ def test_list_present():
"""
Test to ensure a Linux ACL is present
"""
maxDiff = None
name = "/root"
acl_type = "user"
acl_names = ["root", "damian", "homer"]