forked from TrueCloudLab/frostfs-testcases
Update name for missed S3 test
This commit is contained in:
parent
0ae0cee522
commit
247bc5ba8d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
):
|
):
|
||||||
|
|
Loading…
Reference in a new issue