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 4b53b16 commit dc0589cCopy full SHA for dc0589c
tests/Qiniu/Tests/HttpTest.php
@@ -16,7 +16,7 @@ public function testGet()
16
public function testGetQiniu()
17
{
18
$response = Client::get('up.qiniu.com');
19
- $this->assertEquals(405, $response->statusCode);
+ $this->assertEquals(404, $response->statusCode);
20
$this->assertNotNull($response->body);
21
$this->assertNotNull($response->xReqId());
22
$this->assertNotNull($response->xLog());
0 commit comments