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{
159
159
"Content-Disposition: form-data; name=\" isPrivateFile\" \r \n " +
160
160
"Content-Length: 4\r \n \r \n " +
161
161
"true\r \n " +
162
- "--" +boundary +"-- \r \n " +
162
+ "--" +boundary +"\r \n " +
163
163
"Content-Disposition: form-data; name=\" customCoordinates\" \r \n " +
164
164
"Content-Length: 13\r \n \r \n " +
165
165
"10,10,100,100\r \n " +
166
166
"--" +boundary +"\r \n " +
167
167
"Content-Disposition: form-data; name=\" responseFields\" \r \n " +
168
168
"Content-Length: 8\r \n \r \n " +
169
169
"metadata\r \n " +
170
- "--" +boundary +"\r \n " ;
170
+ "--" +boundary +"-- \r \n " ;
171
171
172
172
173
173
// It's capture multipart request
You can’t perform that action at this time.
0 commit comments