diff --git a/pytest_tests/testsuites/services/http_gate/test_http_object.py b/pytest_tests/testsuites/services/http_gate/test_http_object.py index 64d7d0a..dfceb37 100644 --- a/pytest_tests/testsuites/services/http_gate/test_http_object.py +++ b/pytest_tests/testsuites/services/http_gate/test_http_object.py @@ -125,7 +125,7 @@ class Test_http_object(ClusterTestBase): http_request_path=request, ) - @allure.title("Put over s3, Get over HTTP with bucket name and key") + @allure.title("Put over s3, Get over HTTP with bucket name and key (object_size={object_size})") @pytest.mark.parametrize("s3_client", [AwsCliClient], indirect=True) def test_object_put_get_bucketname_key(self, object_size: ObjectSize, s3_client: S3ClientWrapper): """