Skip to content

Commit

Permalink
Merge pull request eclipse-kapua#4123 from Agnul97/fix-junit_test
Browse files Browse the repository at this point in the history
FIX: fixed test with no more available resource url
  • Loading branch information
riccardomodanese authored Oct 21, 2024
2 parents 3690866 + 3e24b44 commit ca43672
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +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",
"https://opensource.apple.com/",
//As per 2023-09-07, this file is no longer available:
// "http://txt2html.sourceforge.net/sample.txt",
"https://www.lipsum.com/"};
Expand Down

0 comments on commit ca43672

Please sign in to comment.