Browse Source

fix test

pull/528/head
Simon Conseil 1 year ago
parent
commit
9ae38580d8
  1. 4
      tests/test_plugins.py

4
tests/test_plugins.py

@ -21,7 +21,9 @@ def _build_with_plugin(
def test_media_page(settings, tmp_path, disconnect_signals): def test_media_page(settings, tmp_path, disconnect_signals):
_build_with_plugin(settings, "dir2", tmp_path, "sigal.plugins.media_page") _build_with_plugin(
settings, "dir2", tmp_path, "sigal.plugins.media_page", theme="colorbox"
)
assert (tmp_path / "KeckObservatory20071020.jpg.html").is_file() assert (tmp_path / "KeckObservatory20071020.jpg.html").is_file()

Loading…
Cancel
Save