mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-19 12:19:18 +00:00
fix test case
This commit is contained in:
@@ -54,7 +54,6 @@ public abstract class AbstractTypeScriptClientCodegen extends DefaultCodegen imp
|
||||
// mapped to String as a workaround
|
||||
typeMapping.put("binary", "string");
|
||||
|
||||
cliOptions.clear();
|
||||
cliOptions.add(new CliOption(CodegenConstants.MODEL_PROPERTY_NAMING, CodegenConstants.MODEL_PROPERTY_NAMING_DESC).defaultValue("CamelCase"));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user