Skip to content

Commit 4eb8dae

Browse files
committed
update
1 parent 8dcb48b commit 4eb8dae

File tree

2 files changed

+3
-2
lines changed
  • samples/client/petstore/java/microprofile-rest-client-3.0-jackson-mutiny

2 files changed

+3
-2
lines changed

samples/client/petstore/java/microprofile-rest-client-3.0-jackson-mutiny/.openapi-generator/FILES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ src/main/java/org/openapitools/client/model/Order.java
2323
src/main/java/org/openapitools/client/model/Pet.java
2424
src/main/java/org/openapitools/client/model/Tag.java
2525
src/main/java/org/openapitools/client/model/User.java
26+
src/test/java/org/openapitools/client/api/PetApiTest.java

samples/client/petstore/java/microprofile-rest-client-3.0-jackson-mutiny/src/test/java/org/openapitools/client/api/PetApiTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* OpenAPI Petstore
33
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
44
*
@@ -188,7 +188,7 @@ public void uploadFileTest() {
188188
// TODO: test validations
189189
Long petId = null;
190190
String additionalMetadata = null;
191-
org.apache.cxf.jaxrs.ext.multipart.Attachment _file = null;
191+
File _file = null;
192192
//Uni<ModelApiResponse> response = api.uploadFile(petId, additionalMetadata, _file);
193193
//Assertions.assertNotNull(response);
194194

0 commit comments

Comments
 (0)