diff --git a/src/test/java/com/github/underscore/LodashTest.java b/src/test/java/com/github/underscore/LodashTest.java index aed5e8b6..69cc2e09 100644 --- a/src/test/java/com/github/underscore/LodashTest.java +++ b/src/test/java/com/github/underscore/LodashTest.java @@ -691,7 +691,8 @@ void fetchResponseBlob() { void fetchGetHttps() { U.FetchResponse result = U.fetch( - "https://support.oneskyapp.com/hc/en-us/article_attachments/202761627/example_1.json"); + "https://raw.githubusercontent.com/javadev/underscore-java/refs/heads/" + + "main/src/test/resources/example.json"); assertEquals( "{\n" + " \"fruit\": \"Apple\",\n" diff --git a/src/test/resources/example.json b/src/test/resources/example.json index 3bb802a1..aa90c977 100644 --- a/src/test/resources/example.json +++ b/src/test/resources/example.json @@ -2,4 +2,4 @@ "fruit": "Apple", "size": "Large", "color": "Red" -} +} \ No newline at end of file