Skip to content

Commit

Permalink
Merge branch 'backport-4123' into release-1.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Coduz committed Dec 12, 2024
2 parents 4dacfa9 + 34f6a6f commit e2ea499
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ public void getAsUrlInvalidTest() {
@Test
public void getAsFileTest() {
String[] stringUrls = new String[]{
"https://opensource.apple.com/source/cups/cups-218/cups/data/iso-8859-1.txt",
"http://txt2html.sourceforge.net/sample.txt",
"https://opensource.apple.com/",
"https://www.lipsum.com/"};
for (String stringURL : stringUrls) {
try {
Expand Down

0 comments on commit e2ea499

Please sign in to comment.