Skip to content

Commit d182b99

Browse files
author
Andy Barilla
committed
add tests for true values
1 parent 477d87b commit d182b99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/deployment/src/test/java/io/quarkiverse/openapi/generator/deployment/OpenApiConfigValidatorTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ class OpenApiConfigValidatorTest {
2121
"quarkus.openapi-generator.codegen.spec.spec_yaml.type-mappings.UUID=String",
2222
"quarkus.openapi-generator.codegen.spec.spec_yaml.generate-apis=false",
2323
"quarkus.openapi-generator.codegen.spec.spec_yaml.generate-models=false",
24+
"quarkus.openapi-generator.codegen.spec.spec_yaml.generate-apis=true",
25+
"quarkus.openapi-generator.codegen.spec.spec_yaml.generate-models=true",
2426
})
2527
void test_known_configs_ok(String validConfiguration) {
2628
assertThatCode(() -> OpenApiConfigValidator.validateInputConfiguration(List.of(validConfiguration)))

0 commit comments

Comments
 (0)