Skip to content

Commit 4374ab3

Browse files
committed
1 parent 88f2f0f commit 4374ab3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

openapi-processor-core/src/testInt/kotlin/io/openapiprocessor/core/ProcessorTestSets.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)