revert some unintended changes

This commit is contained in:
Rodica Sutu
2017-01-04 09:21:59 +02:00
parent f46e98160c
commit 9c8f230793

View File

@@ -271,7 +271,9 @@ public class FilePlanComponentAPI extends RMModelRequest
} }
builder.addMultiPart("filedata", recordContent, ContentType.BINARY.name()); builder.addMultiPart("filedata", recordContent, ContentType.BINARY.name());
/* /*
* RestWrapper adds some headers which break multipart/form-data uploads and also assumes json POST requests.
* Upload the file using RestAssured library. * Upload the file using RestAssured library.
*/ */
Response response = given() Response response = given()