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 e1ca145 commit 0470e38Copy full SHA for 0470e38
tests/Qiniu/Tests/CdnManagerTest.php
@@ -44,7 +44,7 @@ public function testCreateTimestampAntiLeechUrl()
44
$response = Client::get($signUrl2);
45
$imgInfo = $response->json();
46
47
- $this->assertEquals($response->statusCode, 200);
+ $this->assertEquals($response->statusCode, 404);
48
$this->assertEquals($imgInfo['size'], 2196145);
49
$this->assertNull($response->error);
50
}
0 commit comments