Skip to content

Commit

Permalink
Fix default config test (#1885)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Oct 19, 2022
1 parent e0d4b47 commit 7227d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbconvert/tests/test_nbconvertapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def test_default_config(self):
Does the default config work?
"""
with self.create_temp_cwd(["notebook*.ipynb", "jupyter_nbconvert_config.py"]):
self.nbconvert("--log-level 0")
self.nbconvert("--log-level 0 --config jupyter_nbconvert_config.py")
assert os.path.isfile("notebook1.py")
assert not os.path.isfile("notebook2.py")

Expand Down

0 comments on commit 7227d68

Please sign in to comment.