Skip to content

Commit d671684

Browse files
Merge pull request #453 from afuetterer/test
test: replace url in test_remote_html test case
2 parents ea557f9 + a221060 commit d671684

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():
3333

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

3838

3939
def test_remote_mp3():

0 commit comments

Comments
 (0)