diff --git a/tests/integration/s3/test_s3.py b/tests/integration/s3/test_s3.py index 69b530e0d1eb5..de8b6e652b97e 100644 --- a/tests/integration/s3/test_s3.py +++ b/tests/integration/s3/test_s3.py @@ -488,6 +488,9 @@ def test_put_and_get_object_with_utf8_key(self, s3_client, s3_bucket, snapshot): condition=is_old_provider, paths=[ "$..HTTPHeaders.access-control-allow-origin", + "$..HTTPHeaders.access-control-allow-headers", + "$..HTTPHeaders.access-control-allow-methods", + "$..HTTPHeaders.access-control-expose-headers", "$..HTTPHeaders.connection", "$..HTTPHeaders.content-md5", "$..HTTPHeaders.x-amz-version-id", @@ -497,6 +500,7 @@ def test_put_and_get_object_with_utf8_key(self, s3_client, s3_bucket, snapshot): "$..HTTPHeaders.content-type", "$..HTTPHeaders.last-modified", "$..HTTPHeaders.location", + "$..MaxAttemptsReached", ], ) def test_put_and_get_object_with_content_language_disposition(