Skip to content

Commit 4872fd5

Browse files
authored
Fixed fetch tests
1 parent 6ed2459 commit 4872fd5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/test/java/com/github/underscore/LodashTest.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,8 @@ void fetchGet() {
619619
+ "}",
620620
resultChain.item());
621621
U.chain(
622-
"https://support.oneskyapp.com/hc/en-us/article_attachments/202761627/example_1.json")
622+
"https://raw.githubusercontent.com/javadev/underscore-java/refs/heads/"
623+
+ "main/src/test/resources/example.json")
623624
.fetch();
624625
}
625626

@@ -666,7 +667,8 @@ void fetchGetWithTimeouts() {
666667
void fetchGetWithTimeoutsAndRetry() {
667668
U.FetchResponse result =
668669
U.fetch(
669-
"https://support.oneskyapp.com/hc/en-us/article_attachments/202761627/example_1.json",
670+
"https://raw.githubusercontent.com/javadev/underscore-java/refs/heads/"
671+
+ "main/src/test/resources/example.json",
670672
30000,
671673
30000,
672674
1,

0 commit comments

Comments
 (0)