File tree 1 file changed +2
-0
lines changed
openapi-processor-core/src/testInt/kotlin/io/openapiprocessor/core
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ val ALL_30: List<TestParams> = listOf(
77
77
test30_D_(" response-result-reactive-mapping" ),
78
78
test30_D_(" response-simple-data-types" ),
79
79
test30_DR(" response-single-multi-mapping" ),
80
+ test30_D_(" response-status" ),
80
81
test30_DR(" schema-composed" ),
81
82
test30_DR(" schema-composed-allof" ),
82
83
test30_DR(" schema-composed-allof-notype" ),
@@ -160,6 +161,7 @@ val ALL_31: List<TestParams> = listOf(
160
161
test31_D_(" response-result-reactive-mapping" ),
161
162
test31_D_(" response-simple-data-types" ),
162
163
test31_DR(" response-single-multi-mapping" ),
164
+ test31_D_(" response-status" ),
163
165
test31_DR(" schema-composed" ),
164
166
test31_DR(" schema-composed-allof" ),
165
167
test31_DR(" schema-composed-allof-notype" ),
You can’t perform that action at this time.
0 commit comments