Skip to content

Commit

Permalink
remove URL that no longer works from tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismattmann committed Jul 5, 2017
1 parent 29db953 commit d2d216a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tika/tests/test_tika.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_remote_pdf(self):
def test_remote_html(self):
'parse remote HTML'
self.assertTrue(tika.parser.from_file(
'http://philadelphia.pa.gegov.com/_templates/551/RetailFood/_report_full.cfm?inspectionID=8B2C8CA4-8039-EC2C-F94DBD247613E5CC&domainID=551&userID=0'))
'https://www.nasa.gov/index.html'))
def test_remote_mp3(self):
'parese remote mp3'
self.assertTrue(tika.parser.from_file(
Expand Down

0 comments on commit d2d216a

Please sign in to comment.