Browse Source

HUE-4388 [editor] Fix unit test TestDocument2.test_get_document

krish 9 năm trước cách đây
mục cha
commit
852c196
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      desktop/core/src/desktop/api2.py

+ 0 - 1
desktop/core/src/desktop/api2.py

@@ -150,7 +150,6 @@ def get_document(request):
   return JsonResponse(response)
 
 
-@api_error_handler
 def _get_document_helper(request, uuid, with_data, with_dependencies, path):
   if uuid:
     if uuid.isdigit():