mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-11 15:54:16 +00:00
Regenerate java clients (#385)
This commit is contained in:
@@ -38,6 +38,6 @@ It's recommended to create an instance of `ApiClient` per thread in a multithrea
|
||||
|
||||
## Author
|
||||
|
||||
apiteam@swagger.io
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -36,8 +36,8 @@ public class FakeApiTest {
|
||||
*/
|
||||
@Test
|
||||
public void fakeOuterBooleanSerializeTest() {
|
||||
Boolean booleanPostBody = null;
|
||||
// Boolean response = api.fakeOuterBooleanSerialize(booleanPostBody);
|
||||
Boolean body = null;
|
||||
// Boolean response = api.fakeOuterBooleanSerialize(body);
|
||||
|
||||
// TODO: test validations
|
||||
}
|
||||
@@ -209,7 +209,7 @@ public class FakeApiTest {
|
||||
*/
|
||||
@Test
|
||||
public void testInlineAdditionalPropertiesTest() {
|
||||
String requestBody = null;
|
||||
Map<String, String> requestBody = null;
|
||||
// api.testInlineAdditionalProperties(requestBody);
|
||||
|
||||
// TODO: test validations
|
||||
|
||||
Reference in New Issue
Block a user