From 9ae38580d847fa0a0c558cbcdecf197365bd4bca Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Mon, 18 Nov 2024 21:46:53 +0100 Subject: [PATCH] fix test --- tests/test_plugins.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_plugins.py b/tests/test_plugins.py index 592a127..aeac4df 100644 --- a/tests/test_plugins.py +++ b/tests/test_plugins.py @@ -21,7 +21,9 @@ def _build_with_plugin( 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()