We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e1c90 commit b801830Copy full SHA for b801830
openapi-processor-core/src/testInt/kotlin/io/openapiprocessor/core/ProcessorTestSets.kt
@@ -89,6 +89,7 @@ val ALL_30: List<TestParams> = listOf(
89
test30_DR("schema-composed-oneof-interface"),
90
//test30_DR("schema-duplicate-by-refs"), // not supported
91
test30_DR("schema-mapping"),
92
+ test30_DR("schema-unreferenced"),
93
test30_DR("server-url"),
94
test30_DR("swagger-parsing-error")
95
)
@@ -175,6 +176,7 @@ val ALL_31: List<TestParams> = listOf(
175
176
test31_DR("schema-composed-oneof-interface"),
177
//test31_DR("schema-duplicate-by-refs"), // not supported
178
test31_DR("schema-mapping"),
179
+ test31_DR("schema-unreferenced"),
180
test31_DR("server-url"),
181
test31_DR("swagger-parsing-error")
182
0 commit comments