Skip to content

Commit b4e6ce4

Browse files
committed
fix: add new config option to mock test
1 parent ac87142 commit b4e6ce4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/pipeline/plugins/tests/test_base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ def test_report_crash():
2626
mock_node._id = 'an_id'
2727
mock_node.config = {
2828
'execution' : {
29-
'crashdump_dir' : '.'
29+
'crashdump_dir' : '.',
30+
'text_crashfiles' : 'false',
3031
}
3132
}
3233

0 commit comments

Comments
 (0)