diff --git a/web/tests/test_content.py b/web/tests/test_content.py index 06a1633..77add6f 100644 --- a/web/tests/test_content.py +++ b/web/tests/test_content.py @@ -1182,8 +1182,8 @@ class TestAdminArticles: assert row is not None assert row["title"] == "Manual Article" - # Build file created - build_path = BUILD_DIR / "manual-art.html" + # Build file created at BUILD_DIR//.html (language defaults to "en") + build_path = BUILD_DIR / "en" / "manual-art.html" try: assert build_path.exists() content = build_path.read_text()