From e6228ab3b0cdf12c92e66ae12c2ded057704ac7f Mon Sep 17 00:00:00 2001 From: pubpub-zz <4083478+pubpub-zz@users.noreply.github.com> Date: Mon, 9 Oct 2023 21:50:58 +0200 Subject: [PATCH] Update test_writer.py --- tests/test_writer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_writer.py b/tests/test_writer.py index 2bfe820b4..ca5492b43 100644 --- a/tests/test_writer.py +++ b/tests/test_writer.py @@ -1926,7 +1926,7 @@ def _get_parent_bookmark(current_indent, history_indent, bookmarks) -> Any: 2.6 Applicability of Transfer Theory and the Geometrical Optics Limit 72 PROBLEMS 74 REFERENCES 76""" - url = "https://github.com/py-pdf/pypdf/files/12389243/testbook.pdf" + url = "https://github.com/py-pdf/pypdf/files/12797067/test-12.pdf" name = "iss2233.pdf" reader = PdfReader(BytesIO(get_data_from_url(url, name=name))) writer = PdfWriter(clone_from=reader)