From b91f363951195cbb832cf18a726d51468663003f Mon Sep 17 00:00:00 2001 From: Frode Gundersen Date: Mon, 10 Apr 2023 11:38:53 -0600 Subject: [PATCH] Update tests/pytests/unit/states/test_linux_acl.py Co-authored-by: Pedro Algarvio --- tests/pytests/unit/states/test_linux_acl.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/pytests/unit/states/test_linux_acl.py b/tests/pytests/unit/states/test_linux_acl.py index 976a57b8c4b..60bbe55f51c 100644 --- a/tests/pytests/unit/states/test_linux_acl.py +++ b/tests/pytests/unit/states/test_linux_acl.py @@ -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"]