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 2cf6f50 commit 01df555Copy full SHA for 01df555
tests/Qiniu/Tests/ResumeUpTest.php
@@ -35,7 +35,7 @@ public function test4ML()
35
public function test4ML2()
36
{
37
$key = 'resumePutFile4ML';
38
- $zone = new Zone(array('up.fake.qiniu.com'), array('up.qiniup.com'));
+ $zone = new Zone(array('up.qiniup.com'));
39
$cfg = new Config($zone);
40
$upManager = new UploadManager($cfg);
41
$token = $this->auth->uploadToken($this->bucketName, $key);
0 commit comments