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 6295a35 commit 504f30cCopy full SHA for 504f30c
tests/test_files.py
@@ -1806,7 +1806,7 @@ def to_string(test_case: "MultipartUploadTestCase") -> str:
1806
),
1807
MultipartUploadTestCase(
1808
"Multipart upload successful: empty file or empty seekable stream",
1809
- content_size=0, # less than part size
+ content_size=0, # content with zero length
1810
multipart_upload_min_stream_size=100 * 1024 * 1024, # all files smaller than 100M goes to single-shot
1811
expected_single_shot_upload=True,
1812
expected_multipart_upload_aborted=None,
0 commit comments