Skip to content

Commit 465d3b1

Browse files
committed
replace url to remote pdf file
1 parent 25a3d83 commit 465d3b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tika/tests/test_tika.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class CreateTest(unittest.TestCase):
3030
def test_remote_pdf(self):
3131
"""parse remote PDF"""
3232
self.assertTrue(tika.parser.from_file(
33-
'http://appsrv.achd.net/reports/rwservlet?food_rep_insp&P_ENCOUNTER=201504160015'))
33+
'https://upload.wikimedia.org/wikipedia/commons/4/42/Article_feedback_flow_B_-_Thank_editors.pdf'))
3434

3535
def test_remote_html(self):
3636
"""parse remote HTML"""

0 commit comments

Comments
 (0)