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 9eca9f4 commit 8650487Copy full SHA for 8650487
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 . '/20.jpg';
29
}
30
31
public function testCreateTimestampAntiLeechUrl()
0 commit comments