Skip to content

Commit f41cf45

Browse files
committed
Added File upload support using InputStream, Fixes: Kong#91
1 parent 761318d commit f41cf45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/mashape/unirest/test/http/UnirestTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ public void setTimeoutsAndCustomClient() {
822822
Unirest.setTimeouts(1000, 2000);
823823
fail();
824824
} catch(Exception e) {
825-
// Ok
825+
// Ok
826826
}
827827
}
828828

0 commit comments

Comments
 (0)