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 ca62309 commit 5dbcd86Copy full SHA for 5dbcd86
tests/Qiniu/Tests/CdnManagerTest.php
@@ -25,7 +25,7 @@ protected function setUp()
25
26
$this->cdnManager = new CdnManager($testAuth);
27
$this->encryptKey = $timestampAntiLeechEncryptKey;
28
- $this->imgUrl = $customDomain . '/24.jpg';
+ $this->imgUrl = $customDomain . '/sdktest.png';
29
}
30
31
public function testCreateTimestampAntiLeechUrl()
tests/bootstrap.php
@@ -21,7 +21,7 @@
21
22
//cdn
23
$timestampAntiLeechEncryptKey = getenv('QINIU_TIMESTAMP_ENCRPTKEY');
24
-$customDomain = "http://phpsdk.peterpy.cn";
+$customDomain = "http://sdk.peterpy.cn";
$tid = getenv('TRAVIS_JOB_NUMBER');
if (!empty($tid)) {
0 commit comments