diff --git a/xcp_d/tests/test_cli.py b/xcp_d/tests/test_cli.py index 320733009..a225b4b3b 100644 --- a/xcp_d/tests/test_cli.py +++ b/xcp_d/tests/test_cli.py @@ -48,6 +48,7 @@ def test_ds001419_nifti(data_dir, output_dir, working_dir): dataset_dir, out_dir, 'participant', + '--participant-label=01', '--mode=none', '--datasets', f'aroma={derivs_dir}', @@ -97,6 +98,7 @@ def test_ds001419_cifti(data_dir, output_dir, working_dir): dataset_dir, out_dir, 'participant', + '--participant-label=sub-01', '--mode=abcd', f'-w={work_dir}', '--task-id=imagery',