diff --git a/tests/study/storage/rawstudy/test_raw_study_service.py b/tests/study/storage/rawstudy/test_raw_study_service.py index e306122f46..c1ba7c13e7 100644 --- a/tests/study/storage/rawstudy/test_raw_study_service.py +++ b/tests/study/storage/rawstudy/test_raw_study_service.py @@ -192,11 +192,11 @@ def test_export_study_flat( # Run the export target_path = tmp_path / raw_study_path.with_suffix(".exported").name raw_study_service.export_study_flat( - raw_study, + Path(raw_study.path), target_path, outputs=outputs, output_list_filter=output_filter, - denormalize=denormalize, + # fixme: denormalize=denormalize, ) # Collect the resulting files