Skip to content

Commit 213a366

Browse files
committed
fix timeout
1 parent 44d1fd4 commit 213a366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_qiniu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def test_private_url(self):
304304
key = 'test_private_key'
305305
base_url = 'http://%s/%s' % (bucket, key)
306306
private_url = self.q.private_download_url(base_url, expires=3600)
307-
print(private_url)
307+
print(private_url)
308308

309309

310310
class MediaTestCase(unittest.TestCase):

0 commit comments

Comments
 (0)