Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Mar 25, 2024
1 parent 4f2dc24 commit 8b486dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from jupyblog import cli as cli_module
from jupyblog.md import parse_metadata
from jupyblog import models
from jupyblog import __version__

# TODO: mock test that render passes the right parameters to _render

Expand Down Expand Up @@ -305,7 +306,7 @@ def test_front_matter_template(tmp_sample_post, monkeypatch):
"author": "Eduardo Blancas",
"date": "now",
"description": "something",
"jupyblog": {"execute_code": False},
"jupyblog": {"execute_code": False, "version_jupysql": "0.0.14dev"},
"title": "some awesome post",
"image": "sample_post.png",
}
Expand Down

0 comments on commit 8b486dc

Please sign in to comment.