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 @@ -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" ),
You can’t perform that action at this time.
0 commit comments