from aslprep.tests.tests import mock_config
from aslprep.workflows.asl.confounds import init_cbf_confounds_wf

with mock_config():
    wf = init_cbf_confounds_wf(
        scorescrub=True,
        basil=True,
        name="cbf_confounds_wf",
    )