From b5410ba78c2a0b15f9b5c8bc8608859ff4b34f01 Mon Sep 17 00:00:00 2001 From: Yaroslava Lukoyanova Date: Thu, 25 Apr 2024 13:34:18 +0300 Subject: [PATCH] [#226] Fixed step label in test_extended_acl_deny_all_operations test case --- pytest_tests/testsuites/acl/test_eacl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest_tests/testsuites/acl/test_eacl.py b/pytest_tests/testsuites/acl/test_eacl.py index 15310547..6905c3cf 100644 --- a/pytest_tests/testsuites/acl/test_eacl.py +++ b/pytest_tests/testsuites/acl/test_eacl.py @@ -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,