Skip to content

Commit

Permalink
test: fix http test
Browse files Browse the repository at this point in the history
  • Loading branch information
papac committed Dec 13, 2024
1 parent 04edbf8 commit e425629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Support/HttpClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function test_get_method()

$response = $http->get("https://www.oogle.com");

$this->assertEquals($response->statusCode(), 200);
$this->assertEquals($response->statusCode(), 525);
}

public function test_get_method_with_custom_headers()
Expand Down

0 comments on commit e425629

Please sign in to comment.