Skip to content

Commit 6009924

Browse files
committed
reverted submitter plugin
1 parent b637b33 commit 6009924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydra/engine/tests/test_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4135,7 +4135,7 @@ def test_wf_resultfile_2(plugin, tmpdir):
41354135
wf.plugin = plugin
41364136
wf.set_output([("wf_out", wf.writefile.lzout.out)])
41374137

4138-
with Submitter(plugin="serial") as sub:
4138+
with Submitter(plugin=plugin) as sub:
41394139
sub(wf)
41404140

41414141
results = wf.result()

0 commit comments

Comments
 (0)