Skip to content

Commit d2d216a

Browse files
committed
remove URL that no longer works from tests.
1 parent 29db953 commit d2d216a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tika/tests/test_tika.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test_remote_pdf(self):
3131
def test_remote_html(self):
3232
'parse remote HTML'
3333
self.assertTrue(tika.parser.from_file(
34-
'http://philadelphia.pa.gegov.com/_templates/551/RetailFood/_report_full.cfm?inspectionID=8B2C8CA4-8039-EC2C-F94DBD247613E5CC&domainID=551&userID=0'))
34+
'https://www.nasa.gov/index.html'))
3535
def test_remote_mp3(self):
3636
'parese remote mp3'
3737
self.assertTrue(tika.parser.from_file(

0 commit comments

Comments
 (0)