forked from TrueCloudLab/frostfs-testcases
[#135]Fixed test title
Test title was wrong before Signed-off-by: Mikhail Kadilov <m.kadilov@yadro.com>
This commit is contained in:
parent
d0ec778346
commit
0f5f5da9d3
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ class TestS3GateObject:
|
||||||
with expect_not_raises():
|
with expect_not_raises():
|
||||||
s3_client.delete_objects(bucket, objects_to_delete[:1000])
|
s3_client.delete_objects(bucket, objects_to_delete[:1000])
|
||||||
|
|
||||||
@allure.title("Copy object with metadata (s3_client={s3_client})")
|
@allure.title("Object head is unloaded with the correct version (s3_client={s3_client})")
|
||||||
@pytest.mark.smoke
|
@pytest.mark.smoke
|
||||||
def test_s3_head_object(
|
def test_s3_head_object(
|
||||||
self,
|
self,
|
||||||
|
|
Loading…
Reference in a new issue