forked from loafle/openapi-generator-original
Regenerate java clients (#385)
This commit is contained in:
@@ -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