diff --git a/antarest/study/web/raw_studies_blueprint.py b/antarest/study/web/raw_studies_blueprint.py index 066c59bfbf..352626d40c 100644 --- a/antarest/study/web/raw_studies_blueprint.py +++ b/antarest/study/web/raw_studies_blueprint.py @@ -254,7 +254,7 @@ def validate( "/studies/{uuid}/raw/download", summary="Download a matrix in a given format", tags=[APITag.study_raw_data], - response_class=StreamingResponse, + response_class=FileResponse, ) def get_matrix( uuid: str,