aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_web.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_web.py b/tests/test_web.py
index 7da5880..7f1f72a 100644
--- a/tests/test_web.py
+++ b/tests/test_web.py
@@ -122,6 +122,7 @@ def test_basic_work_landing_page(client: Any, mocker: Any) -> None:
rv = client.get("/zh/work/2x5qvct2dnhrbctqa2q2uyut6a")
assert rv.status_code == 200
+ assert b"citation_pdf_url" in rv.content
def test_basic_access_redirect(client: Any, mocker: Any) -> None: