diff --git a/api/tests/_support/Helper/Api.php b/api/tests/_support/Helper/Api.php index 86011e9..3656476 100644 --- a/api/tests/_support/Helper/Api.php +++ b/api/tests/_support/Helper/Api.php @@ -26,10 +26,10 @@ class Api extends Module ]; const ERROR_JSON_FORMAT = [ - "timestamp" => "string:date-time", - "status" => 0, + "timestamp" => "string:date", + "status" => "integer", "error" => "string", "message" => "string", - "path" => "string:path", + "path" => "string", ]; }