Skip to content

Commit 99f6b7e

Browse files
committed
Update modified date
1 parent 47382cb commit 99f6b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyarrow/tests/test_fs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1920,7 +1920,7 @@ def test_s3_real_aws():
19201920
with fs.open_input_stream(key) as f:
19211921
md = f.metadata()
19221922
assert 'Content-Type' in md
1923-
assert md['Last-Modified'] == b'2022-07-12T23:32:00Z'
1923+
assert md['Last-Modified'] == b'2025-11-26T10:28:55Z'
19241924
# For some reason, the header value is quoted
19251925
# (both with AWS and Minio)
19261926
assert md['ETag'] == b'"4c6a76826a695c6ac61592bc30cda3df-16"'

0 commit comments

Comments
 (0)