File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
imagekit-sdk/src/test/java/io/imagekit/sdk/tasks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,15 +159,15 @@ public void build_test_with_FileCreateRequest_more_params() throws Exception{
159159 "Content-Disposition: form-data; name=\" isPrivateFile\" \r \n " +
160160 "Content-Length: 4\r \n \r \n " +
161161 "true\r \n " +
162- "--" +boundary +"-- \r \n " +
162+ "--" +boundary +"\r \n " +
163163 "Content-Disposition: form-data; name=\" customCoordinates\" \r \n " +
164164 "Content-Length: 13\r \n \r \n " +
165165 "10,10,100,100\r \n " +
166166 "--" +boundary +"\r \n " +
167167 "Content-Disposition: form-data; name=\" responseFields\" \r \n " +
168168 "Content-Length: 8\r \n \r \n " +
169169 "metadata\r \n " +
170- "--" +boundary +"\r \n " ;
170+ "--" +boundary +"-- \r \n " ;
171171
172172
173173 // It's capture multipart request
You can’t perform that action at this time.
0 commit comments