From 7eb85a5aa4e1c372d0b6322d31e1572f097c3177 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Thu, 6 Nov 2025 16:53:28 +0200 Subject: [PATCH] Fixed fetch tests --- src/test/java/com/github/underscore/LodashTest.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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,