Skip to content

Commit 5a94915

Browse files
author
Jürgen Hasch
committed
Update test with new config option
1 parent 7a667e4 commit 5a94915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_preprocessors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def test_preprocessor_codefolding():
5959
" 'GR4CX32ZT'"]),
6060
metadata={"code_folding": [1]}),
6161
])
62-
customconfig = Config(NbConvertApp={'codefolding': True})
62+
customconfig = Config(CodeFoldingPreprocessor={'remove_folded_code': True})
6363
body, resources = export_through_preprocessor(
6464
notebook_node, CodeFoldingPreprocessor, RSTExporter, 'rst',
6565
customconfig)

0 commit comments

Comments
 (0)