From 4db9d8a4a6a18fbec8b78fe416154ad230eaf317 Mon Sep 17 00:00:00 2001 From: Yaroslava Lukoyanova Date: Thu, 25 Apr 2024 13:52:51 +0300 Subject: [PATCH] [#227] 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, -- 2.45.2