From f25c9d8994a16754c635c279646a6537b94080fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20L=C3=BCcke?= Date: Tue, 6 Apr 2021 21:00:01 +0200 Subject: [PATCH] FIXING: Die Filter sind in *Codception* nicht definiert. --- api/tests/_support/Helper/Api.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", ]; }