add rest-assured to circleci jdk8 test

This commit is contained in:
wing328
2018-01-28 22:33:24 +08:00
parent 6debf749ae
commit 6bc84eeee1
2 changed files with 2 additions and 1 deletions

View File

@@ -635,7 +635,7 @@ public class PetApi {
/**
* It will assume that the control name is file and the <content-type> is <application/octet-stream>
* @see #reqSpec for customise
* @param file(File) file to upload (optional)
* @param file (File) file to upload (optional)
*/
public UploadFileOper fileMultiPart(File file) {
reqSpec.addMultiPart(file);