From 5090f49508d52723753621093ae53bc59efdb7b2 Mon Sep 17 00:00:00 2001 From: Emin Date: Tue, 10 Jun 2025 10:47:56 +0200 Subject: [PATCH] fix: Fix typo Signed-off-by: Emin --- s3tests_boto3/functional/test_s3.py | 1 - 1 file changed, 1 deletion(-) diff --git a/s3tests_boto3/functional/test_s3.py b/s3tests_boto3/functional/test_s3.py index 2a1e02b7..9a24bed7 100644 --- a/s3tests_boto3/functional/test_s3.py +++ b/s3tests_boto3/functional/test_s3.py @@ -17440,7 +17440,6 @@ def test_get_object_attributes(): assert 'ObjectParts' not in response -@pytest.mark.s3 def test_upload_part_copy_percent_encoded_key(): s3_client = get_client() -- 2.39.5