We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47382cb commit 99f6b7eCopy full SHA for 99f6b7e
python/pyarrow/tests/test_fs.py
@@ -1920,7 +1920,7 @@ def test_s3_real_aws():
1920
with fs.open_input_stream(key) as f:
1921
md = f.metadata()
1922
assert 'Content-Type' in md
1923
- assert md['Last-Modified'] == b'2022-07-12T23:32:00Z'
+ assert md['Last-Modified'] == b'2025-11-26T10:28:55Z'
1924
# For some reason, the header value is quoted
1925
# (both with AWS and Minio)
1926
assert md['ETag'] == b'"4c6a76826a695c6ac61592bc30cda3df-16"'
0 commit comments