Skip to content

Commit 7f7662a

Browse files
committed
remove hardcoding of plugin value - test_wf_lzoutall_st_2a
1 parent cf51ce7 commit 7f7662a

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
@@ -4092,7 +4092,7 @@ def test_wf_lzoutall_st_2a(plugin, tmpdir):
40924092
wf.plugin = plugin
40934093
wf.cache_dir = tmpdir
40944094

4095-
with Submitter(plugin="cf") as sub:
4095+
with Submitter(plugin=plugin) as sub:
40964096
sub(wf)
40974097

40984098
assert wf.output_dir.exists()

0 commit comments

Comments
 (0)