Skip to content

Commit

Permalink
add rest-assured to circleci jdk8 test
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Jan 28, 2018
1 parent 6debf74 commit 6bc84ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pom.xml.circleci
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,7 @@
<module>samples/client/petstore/java/vertx</module>
<module>samples/client/petstore/java/resteasy</module>
<module>samples/client/petstore/java/google-api-client</module>
<module>samples/client/petstore/java/rest-assured</module>
<module>samples/client/petstore/kotlin/</module>
<module>samples/client/petstore/kotlin-threetenbp/</module>
<module>samples/client/petstore/kotlin-string/</module>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ public UploadFileOper additionalMetadataForm(Object... additionalMetadata) {
/**
* 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);
Expand Down

0 comments on commit 6bc84ee

Please sign in to comment.