Skip to content

Commit b801830

Browse files
committed
enable integration test (#302)
1 parent f3e1c90 commit b801830

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
@@ -89,6 +89,7 @@ val ALL_30: List<TestParams> = listOf(
8989
test30_DR("schema-composed-oneof-interface"),
9090
//test30_DR("schema-duplicate-by-refs"), // not supported
9191
test30_DR("schema-mapping"),
92+
test30_DR("schema-unreferenced"),
9293
test30_DR("server-url"),
9394
test30_DR("swagger-parsing-error")
9495
)
@@ -175,6 +176,7 @@ val ALL_31: List<TestParams> = listOf(
175176
test31_DR("schema-composed-oneof-interface"),
176177
//test31_DR("schema-duplicate-by-refs"), // not supported
177178
test31_DR("schema-mapping"),
179+
test31_DR("schema-unreferenced"),
178180
test31_DR("server-url"),
179181
test31_DR("swagger-parsing-error")
180182
)

0 commit comments

Comments
 (0)