Skip to content

Commit

Permalink
Fix CI (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant authored Feb 1, 2025
1 parent cdd5e07 commit 73578e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions s3fs/tests/test_s3fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ def test_info(s3):
info.pop("ContentType")
linfo.pop("Key")
linfo.pop("Size")
linfo.pop("ChecksumAlgorithm")
assert info == linfo
parent = a.rsplit("/", 1)[0]
s3.invalidate_cache() # remove full path from the cache
Expand Down

0 comments on commit 73578e3

Please sign in to comment.