File tree Expand file tree Collapse file tree
openapi-processor-core/src/testInt/kotlin/io/openapiprocessor/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ val ALL_30: List<TestParams> = listOf(
3939 test30_DR(" params-complex-data-types" ), // framework specific
4040 test30_D_(" params-endpoint" ),
4141 test30_D_(" params-enum" ),
42+ test30_D_(" params-enum-string" ),
4243 test30_D_(" params-path-simple-data-types" ), // framework specific
4344 test30_DR(" params-request-body" ), // framework specific
4445 test30_D_(" params-request-body-multipart-form-data" ), // framework specific
@@ -106,6 +107,7 @@ val ALL_31: List<TestParams> = listOf(
106107 test31_DR(" params-complex-data-types" ), // framework specific
107108 test31_D_(" params-endpoint" ),
108109 test31_D_(" params-enum" ),
110+ test31_D_(" params-enum-string" ),
109111 test31_D_(" params-path-simple-data-types" ), // framework specific
110112 test31_DR(" params-request-body" ), // framework specific
111113 test31_D_(" params-request-body-multipart-form-data" ), // framework specific
You can’t perform that action at this time.
0 commit comments