Skip to content

Commit f3865e1

Browse files
committed
test: replace url in test_remote_html test case
1 parent 00c971e commit f3865e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_tika.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def test_remote_pdf(self):
3333

3434
def test_remote_html(self):
3535
"""parse remote HTML"""
36-
self.assertTrue(tika.parser.from_file('http://neverssl.com/index.html'))
36+
self.assertTrue(tika.parser.from_file('http://nossl.sh'))
3737

3838
def test_remote_mp3(self):
3939
"""parse remote mp3"""

0 commit comments

Comments
 (0)