Skip to content

Commit

Permalink
tests: fixed error code in Response tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhendrickson13 committed Aug 16, 2023
1 parent 26ec49e commit ce03904
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class APICoreResponseTestCase extends API\Core\TestCase {
$this->assert_equals(
$response->to_representation(),
[
"code" => 500,
"code" => 400,
"status" => $response->get_http_status_message(400),
"response_id" => "TEST_RESPONSE_ID2",
"message" => "Test message 2",
Expand Down

0 comments on commit ce03904

Please sign in to comment.