forked from TrueCloudLab/frostfs-testcases
[#227] Fixed step label in test_extended_acl_deny_all_operations test case
This commit is contained in:
parent
b5ce51a72e
commit
4db9d8a4a6
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class TestEACLContainer(ClusterTestBase):
|
|||
cluster=self.cluster,
|
||||
)
|
||||
|
||||
with reporter.step(f"Check {not_deny_role_wallet} has full access to eACL public container"):
|
||||
with reporter.step(f"Check {not_deny_role_str} has full access to eACL public container"):
|
||||
check_full_access_to_container(
|
||||
not_deny_role_wallet,
|
||||
cid,
|
||||
|
|
Loading…
Reference in a new issue