File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/test/java/com/github/underscore Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments