Skip to content

Commit

Permalink
storage_group: Remove system eACL changing
Browse files Browse the repository at this point in the history
Removed system eACL changing from the test_storagegroup_bearer_allow test.

Signed-off-by: Oleg Kulachenko <[email protected]>
  • Loading branch information
vvarg229 committed Sep 15, 2023
1 parent c664e58 commit f7f9d69
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ def test_storagegroup_bearer_allow(self, object_size, max_object_size):
EACLRule(access=EACLAccess.DENY, role=role, operation=op)
for op in EACLOperation
for role in EACLRole
if role != EACLRole.SYSTEM
]
set_eacl(
self.main_wallet,
Expand Down

0 comments on commit f7f9d69

Please sign in to comment.