Skip to content

Commit 6c0d03b

Browse files
committed
activate integration test (#291)
1 parent 1c1994c commit 6c0d03b

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
@@ -72,6 +72,7 @@ val ALL_30: List<TestParams> = listOf(
7272
test30_DR("response-multi-mapping-with-array-type-mapping"),
7373
test30_D_("response-reactive-mapping"),
7474
test30_D_("response-reactive-result-mapping"),
75+
test30_DR("response-ref-class-name"),
7576
test30_D_("response-result-mapping"),
7677
test30_DR("response-result-multiple"),
7778
test30_DR("response-result-multiple-object"),
@@ -157,6 +158,7 @@ val ALL_31: List<TestParams> = listOf(
157158
test31_DR("response-multi-mapping-with-array-type-mapping"),
158159
test31_D_("response-reactive-mapping"),
159160
test31_D_("response-reactive-result-mapping"),
161+
test31_DR("response-ref-class-name"),
160162
test31_D_("response-result-mapping"),
161163
test31_DR("response-result-multiple"),
162164
test31_DR("response-result-multiple-object"),

0 commit comments

Comments
 (0)