Removed group membership check from the test

This commit is contained in:
David Murphy 2023-10-16 09:05:26 -06:00 committed by Pedro Algarvio
parent cd236c42d9
commit 0ff32b01de

View file

@ -323,9 +323,6 @@ def test_paths_log_rotation(
assert (
log_path.owner() == f"{test_account.username}"
)
assert (
log_path.group() == f"{test_account.username}"
)
assert log_path.stat().st_mode & 0o7777 == 0o640
# cleanup