mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Removed group membership check from the test
This commit is contained in:
parent
cd236c42d9
commit
0ff32b01de
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue