Skip to content

Commit de88557

Browse files
committed
Update DownloadTest.php
1 parent 1d0b685 commit de88557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Qiniu/Tests/DownloadTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class DownloadTest extends \PHPUnit_Framework_TestCase
88
public function test()
99
{
1010
global $testAuth;
11-
$base_url = 'http://private-res.qiniudn.com/gogopher.jpg';
11+
$base_url = 'http://sdk.peterpy.cn/sdktest.png';
1212
$private_url = $testAuth->privateDownloadUrl($base_url);
1313
$response = Client::get($private_url);
1414
$this->assertEquals(200, $response->statusCode);
@@ -17,7 +17,7 @@ public function test()
1717
public function testFop()
1818
{
1919
global $testAuth;
20-
$base_url = 'http://private-res.qiniudn.com/gogopher.jpg?exif';
20+
$base_url = 'http://sdk.peterpy.cn/sdktest.png?exif';
2121
$private_url = $testAuth->privateDownloadUrl($base_url);
2222
$response = Client::get($private_url);
2323
$this->assertEquals(200, $response->statusCode);

0 commit comments

Comments
 (0)