Fixed tests

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-05-14 13:42:19 +02:00
parent b65cb967be
commit 4058312eb9
4 changed files with 31 additions and 28 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ class Handler extends ExceptionHandler
return response()->json(Helper::formatStandardApiResponse('error', null, $e->errors()), 200);
}
return response()->json(Helper::formatStandardApiResponse('error', null, 'Undefined exception'), 200);
// return response()->json(Helper::formatStandardApiResponse('error', null, 'Undefined exception'), 200);