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 33e4895 commit fce05ccCopy full SHA for fce05cc
tests/test_files.py
@@ -1758,7 +1758,7 @@ def to_string(test_case: "MultipartUploadTestCase") -> str:
1758
),
1759
MultipartUploadTestCase(
1760
"Multipart upload successful: empty file or empty seekable stream",
1761
- content_size=0, # less than part size
+ content_size=0, # content with zero length
1762
multipart_upload_min_stream_size=100 * 1024 * 1024, # all files smaller than 100M goes to single-shot
1763
expected_single_shot_upload=True,
1764
expected_multipart_upload_aborted=None,
0 commit comments