Update title for missed S3 test #77

Merged
abereziny merged 1 commit from abereziny/frostfs-testcases:feature-update-s3-test-title into master 2023-08-08 14:15:25 +00:00

View file

@ -170,7 +170,7 @@ class TestS3GateObject:
with pytest.raises(Exception): with pytest.raises(Exception):
s3_client.copy_object(bucket_1, obj_key) 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( def test_s3_copy_acl(
self, s3_client: S3ClientWrapper, bucket: str, simple_object_size: ObjectSize self, s3_client: S3ClientWrapper, bucket: str, simple_object_size: ObjectSize
): ):