We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9245c6a commit c1258c3Copy full SHA for c1258c3
tests/test_writer.py
@@ -1,4 +1,5 @@
1
"""Test the pypdf._writer module."""
2
+
3
import re
4
import shutil
5
import subprocess
@@ -1418,7 +1419,7 @@ def test_iss1767():
1418
1419
# twice to define catalog and one as an XObject inducing a loop when
1420
# cloning
1421
url = "https://github.com/py-pdf/pypdf/files/11138472/test.pdf"
- name = "iss1723.pdf"
1422
+ name = "iss1767.pdf"
1423
reader = PdfReader(BytesIO(get_data_from_url(url, name=name)))
1424
PdfWriter(clone_from=reader)
1425
0 commit comments