We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed2459 commit 4872fd5Copy full SHA for 4872fd5
1 file changed
src/test/java/com/github/underscore/LodashTest.java
@@ -619,7 +619,8 @@ void fetchGet() {
619
+ "}",
620
resultChain.item());
621
U.chain(
622
- "https://support.oneskyapp.com/hc/en-us/article_attachments/202761627/example_1.json")
+ "https://raw.githubusercontent.com/javadev/underscore-java/refs/heads/"
623
+ + "main/src/test/resources/example.json")
624
.fetch();
625
}
626
@@ -666,7 +667,8 @@ void fetchGetWithTimeouts() {
666
667
void fetchGetWithTimeoutsAndRetry() {
668
U.FetchResponse result =
669
U.fetch(
- "https://support.oneskyapp.com/hc/en-us/article_attachments/202761627/example_1.json",
670
671
+ + "main/src/test/resources/example.json",
672
30000,
673
674
1,
0 commit comments