File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
src/test/java/com/github/underscore Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -722,23 +722,6 @@ void fetchPut() {
722722 + " }"
723723 + "}" );
724724 assertEquals (403 , result .getStatus ());
725- U .FetchResponse result2 =
726- U .fetch (
727- "https://raw.githubusercontent.com/javadev/underscore-java/refs/heads/"
728- + "main/src/test/resources/example.json" ,
729- "PUT" ,
730- "{"
731- + " \" dragon\" : {"
732- + " \" scaleThickness\" : 4,"
733- + " \" clawSharpness\" : 2,"
734- + " \" wingStrength\" : 4,"
735- + " \" fireBreath\" : 10"
736- + " }"
737- + "}" ,
738- null ,
739- null ,
740- null );
741- assertEquals (403 , result2 .getStatus ());
742725 U .Chain <String > resultChain =
743726 U .chain (
744727 "http://support.oneskyapp.com/hc/en-us/article_attachments/202761627/example_1.json" )
You can’t perform that action at this time.
0 commit comments