Skip to content

Commit dc0589c

Browse files
committed
get up.qiniu.com 405 => 404
1 parent 4b53b16 commit dc0589c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Qiniu/Tests/HttpTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function testGet()
1616
public function testGetQiniu()
1717
{
1818
$response = Client::get('up.qiniu.com');
19-
$this->assertEquals(405, $response->statusCode);
19+
$this->assertEquals(404, $response->statusCode);
2020
$this->assertNotNull($response->body);
2121
$this->assertNotNull($response->xReqId());
2222
$this->assertNotNull($response->xLog());

0 commit comments

Comments
 (0)