mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 10:35:25 +00:00
add rest-assured to circleci jdk8 test
This commit is contained in:
parent
6debf749ae
commit
6bc84eeee1
@ -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>
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user