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 3302c57 commit 5013303Copy full SHA for 5013303
test_qiniu.py
@@ -405,7 +405,7 @@ def test_put_2m_stream_v2(self):
405
remove_temp_file(localfile)
406
407
def test_put_4m_stream_v2(self):
408
- localfile = create_temp_file(4 * 1024 * 1024 + 1)
+ localfile = create_temp_file(4 * 1024 * 1024)
409
key = 'test_file_r'
410
size = os.stat(localfile).st_size
411
set_default(default_zone=Zone('http://upload.qiniup.com'))
0 commit comments