Update name for missed S3 test

support/v0.37
Andrey Berezin 2023-08-08 14:56:46 +03:00
parent 0ae0cee522
commit 247bc5ba8d
1 changed files with 1 additions and 1 deletions

View File

@ -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
):