[#225] Fixed step label in test_extended_acl_deny_all_operations test case
Some checks reported warnings
DCO check / Commits Check (pull_request) Has been cancelled
Some checks reported warnings
DCO check / Commits Check (pull_request) Has been cancelled
This commit is contained in:
parent
abf46a7e16
commit
bee1be898d
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class TestEACLContainer(ClusterTestBase):
|
||||||
cluster=self.cluster,
|
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(
|
check_full_access_to_container(
|
||||||
not_deny_role_wallet,
|
not_deny_role_wallet,
|
||||||
cid,
|
cid,
|
||||||
|
|
Loading…
Reference in a new issue