diff --git a/pytest_tests/testsuites/services/s3_gate/test_s3_object.py b/pytest_tests/testsuites/services/s3_gate/test_s3_object.py index 54ed8f1..5ac732b 100644 --- a/pytest_tests/testsuites/services/s3_gate/test_s3_object.py +++ b/pytest_tests/testsuites/services/s3_gate/test_s3_object.py @@ -170,7 +170,7 @@ class TestS3GateObject: with pytest.raises(Exception): s3_client.copy_object(bucket_1, obj_key) - @allure.title("Test S3: Checking copy with acl") + @allure.title("{s3_client}: Checking copy with acl") def test_s3_copy_acl( self, s3_client: S3ClientWrapper, bucket: str, simple_object_size: ObjectSize ):