Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Jan 15, 2023
1 parent eff4343 commit 81e4206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbdime/tests/test_cli_apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ def test_hg_mergetool(hg_repo, unique_port, popen_with_terminator):
xsrf = r.cookies['_xsrf']
r = s.post(
url_concat(url + '/api/store', {'outputfilename': 'merge-conflict.ipynb'}),
json=json.dumps({'merged': nbformat.v4.new_notebook()}),
json={'merged': nbformat.v4.new_notebook()},
headers={'X-XSRFToken': xsrf},
)
r.raise_for_status()
Expand Down

0 comments on commit 81e4206

Please sign in to comment.