Skip to content

Commit 63cac27

Browse files
committed
1 parent 203909a commit 63cac27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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
@@ -77,6 +77,7 @@ val ALL_30: List<TestParams> = listOf(
7777
test30_D_("response-result-reactive-mapping"),
7878
test30_D_("response-simple-data-types"),
7979
test30_DR("response-single-multi-mapping"),
80+
test30_D_("response-status"),
8081
test30_DR("schema-composed"),
8182
test30_DR("schema-composed-allof"),
8283
test30_DR("schema-composed-allof-notype"),
@@ -160,6 +161,7 @@ val ALL_31: List<TestParams> = listOf(
160161
test31_D_("response-result-reactive-mapping"),
161162
test31_D_("response-simple-data-types"),
162163
test31_DR("response-single-multi-mapping"),
164+
test31_D_("response-status"),
163165
test31_DR("schema-composed"),
164166
test31_DR("schema-composed-allof"),
165167
test31_DR("schema-composed-allof-notype"),

0 commit comments

Comments
 (0)