aboutsummaryrefslogtreecommitdiff
path: root/blog/test_html_rendering.py
diff options
context:
space:
mode:
Diffstat (limited to 'blog/test_html_rendering.py')
-rw-r--r--blog/test_html_rendering.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/test_html_rendering.py b/blog/test_html_rendering.py
index 71bdd399..54e10119 100644
--- a/blog/test_html_rendering.py
+++ b/blog/test_html_rendering.py
@@ -5,6 +5,6 @@ import pytest
from blog import blog_pages
-@pytest.mark.parametrize("entry", list(pathlib.Path("content").glob("*/*/*.gmi")))
+@pytest.mark.parametrize("entry", list(blog_pages.CONTENT.glob("*/*/*.gmi")))
def test_html_rendering(entry):
blog_pages.Entry(entry).html()