Skip to content

Commit

Permalink
TST: Test document unreachable (#2628)
Browse files Browse the repository at this point in the history
  • Loading branch information
pubpub-zz committed May 7, 2024
1 parent c73ad26 commit 99daf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_reader.py
Expand Up @@ -1408,7 +1408,7 @@ def test_iss1689():

@pytest.mark.enable_socket()
def test_iss1710():
url = "https://nlp.stanford.edu/IR-book/pdf/irbookonlinereading.pdf"
url = "https://github.com/py-pdf/pypdf/files/15234776/irbookonlinereading.pdf"
name = "irbookonlinereading.pdf"
reader = PdfReader(BytesIO(get_data_from_url(url, name=name)))
reader.outline
Expand Down

0 comments on commit 99daf8e

Please sign in to comment.