diff --git a/pytest_tests/testsuites/services/s3_gate/test_s3_http_object.py b/pytest_tests/testsuites/services/s3_gate/test_s3_object_patch.py similarity index 99% rename from pytest_tests/testsuites/services/s3_gate/test_s3_http_object.py rename to pytest_tests/testsuites/services/s3_gate/test_s3_object_patch.py index 3926af25..3c4a55b3 100644 --- a/pytest_tests/testsuites/services/s3_gate/test_s3_http_object.py +++ b/pytest_tests/testsuites/services/s3_gate/test_s3_object_patch.py @@ -115,7 +115,7 @@ def another_bucket(another_s3_client: S3ClientWrapper, versioning_status: Versio @pytest.mark.nightly @pytest.mark.s3_gate -class TestS3GateHttpObject(ClusterTestBase): +class TestS3ObjectPatch(ClusterTestBase): @allure.title("Patch simple object payload (range={patch_range}, s3_client={s3_client}, policy={placement_policy})") @pytest.mark.parametrize("object_size", ["simple"], indirect=True) @pytest.mark.parametrize(