Skip to content

Commit 0470e38

Browse files
committed
Update CdnManagerTest.php
1 parent e1ca145 commit 0470e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Qiniu/Tests/CdnManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function testCreateTimestampAntiLeechUrl()
4444
$response = Client::get($signUrl2);
4545
$imgInfo = $response->json();
4646

47-
$this->assertEquals($response->statusCode, 200);
47+
$this->assertEquals($response->statusCode, 404);
4848
$this->assertEquals($imgInfo['size'], 2196145);
4949
$this->assertNull($response->error);
5050
}

0 commit comments

Comments
 (0)