add debug for tests
Some checks failed
Deploy Amap / deploy (push) Failing after 10s

This commit is contained in:
Julien Aldon
2026-03-03 11:31:16 +01:00
parent a70ab5d3cb
commit 015e09a980

View File

@@ -158,7 +158,7 @@ async def create_contract(
except Exception as error: except Exception as error:
raise HTTPException( raise HTTPException(
status_code=400, status_code=400,
detail=messages.pdferror detail=str(error)
) from error ) from error
return StreamingResponse( return StreamingResponse(
pdf_file, pdf_file,