Skip to content

Commit e93eaf2

Browse files
committed
Fixed test
1 parent b9e4284 commit e93eaf2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -724,8 +724,7 @@ void fetchPut() {
724724
assertEquals(403, result.getStatus());
725725
U.FetchResponse result2 =
726726
U.fetch(
727-
"https://raw.githubusercontent.com/javadev/underscore-java/refs/heads/"
728-
+ "main/src/test/resources/example.json",
727+
"https://support.oneskyapp.com/hc/en-us/article_attachments/202761627/example_1.json",
729728
"PUT",
730729
"{"
731730
+ " \"dragon\": {"
@@ -738,7 +737,7 @@ void fetchPut() {
738737
null,
739738
null,
740739
null);
741-
assertEquals(403, result2.getStatus());
740+
assertEquals(200, result2.getStatus());
742741
U.Chain<String> resultChain =
743742
U.chain(
744743
"http://support.oneskyapp.com/hc/en-us/article_attachments/202761627/example_1.json")

0 commit comments

Comments
 (0)