File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments