Преглед на файлове

Must use dumped format when return exception response

Bastien Sevajol преди 6 години
родител
ревизия
bd8366f60a
No account linked to committer's email
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      hapic/decorator.py

+ 1 - 1
hapic/decorator.py Целия файл

@@ -437,7 +437,7 @@ class ExceptionHandlerControllerWrapper(ControllerWrapper):
437 437
                 )
438 438
 
439 439
             error_response = self.context.get_response(
440
-                json.dumps(response_content),
440
+                json.dumps(dumped),
441 441
                 self.http_code,
442 442
             )
443 443
             return error_response