Skip to content

Commit e1ca145

Browse files
committed
Update CdnManagerTest.php
1 parent ee30012 commit e1ca145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Qiniu/Tests/CdnManagerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ protected function setUp()
2525

2626
$this->cdnManager = new CdnManager($testAuth);
2727
$this->encryptKey = $timestampAntiLeechEncryptKey;
28-
$this->imgUrl = $customDomain . '/20.jpg';
28+
$this->imgUrl = $customDomain . '/24.jpg';
2929
}
3030

3131
public function testCreateTimestampAntiLeechUrl()
@@ -34,7 +34,7 @@ public function testCreateTimestampAntiLeechUrl()
3434
$signUrl = $this->cdnManager->createTimestampAntiLeechUrl($this->imgUrl, $this->encryptKey, 3600);
3535

3636
$response = Client::get($signUrl);
37-
print_r($signUrl);
37+
3838
$this->assertEquals($response->statusCode, 200);
3939
$this->assertNull($response->error);
4040

0 commit comments

Comments
 (0)