Skip to content

Commit 4e8f05a

Browse files
committed
update test
1 parent abdb79e commit 4e8f05a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/src/test/java/org/openapitools/codegen/kotlin/spring/KotlinSpringServerCodegenTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ public void useTargetOnInterfaceAnnotationsWithSwagger1() throws IOException {
761761
KotlinSpringServerCodegen codegen = new KotlinSpringServerCodegen();
762762
codegen.setOutputDir(output.getAbsolutePath());
763763
codegen.additionalProperties().put(ANNOTATION_LIBRARY, AnnotationLibrary.SWAGGER1.toCliOptValue());
764-
codegen.additionalProperties().put(DOCUMENTATION_PROVIDER, AnnotationLibrary.NONE.toCliOptValue());
764+
codegen.additionalProperties().put(DOCUMENTATION_PROVIDER, DocumentationProvider.NONE.toCliOptValue());
765765

766766

767767
new DefaultGenerator().opts(new ClientOptInput()

0 commit comments

Comments
 (0)