diff --git a/src/test/java/com/github/underscore/LodashTest.java b/src/test/java/com/github/underscore/LodashTest.java index e0310b1d..be136946 100644 --- a/src/test/java/com/github/underscore/LodashTest.java +++ b/src/test/java/com/github/underscore/LodashTest.java @@ -619,7 +619,8 @@ void fetchGet() { + "}", resultChain.item()); U.chain( - "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") .fetch(); } @@ -666,7 +667,8 @@ void fetchGetWithTimeouts() { void fetchGetWithTimeoutsAndRetry() { 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", 30000, 30000, 1,