We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8578c4 commit 8943753Copy full SHA for 8943753
src/test/java/com/github/underscore/LodashTest.java
@@ -691,7 +691,8 @@ void fetchResponseBlob() {
691
void fetchGetHttps() {
692
U.FetchResponse result =
693
U.fetch(
694
- "https://support.oneskyapp.com/hc/en-us/article_attachments/202761627/example_1.json");
+ "https://raw.githubusercontent.com/javadev/underscore-java/refs/heads/"
695
+ + "main/src/test/resources/example.json");
696
assertEquals(
697
"{\n"
698
+ " \"fruit\": \"Apple\",\n"
src/test/resources/example.json
@@ -2,4 +2,4 @@
2
"fruit": "Apple",
3
"size": "Large",
4
"color": "Red"
5
-}
+}
0 commit comments