diff --git a/pfSense-pkg-API/files/etc/inc/api/tests/APICoreResponseTestCase.inc b/pfSense-pkg-API/files/etc/inc/api/tests/APICoreResponseTestCase.inc index 297062845..93240e8c4 100644 --- a/pfSense-pkg-API/files/etc/inc/api/tests/APICoreResponseTestCase.inc +++ b/pfSense-pkg-API/files/etc/inc/api/tests/APICoreResponseTestCase.inc @@ -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",