Skip to content

Commit 0b0e893

Browse files
committed
Update test
1 parent 718e1e8 commit 0b0e893

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4682,7 +4682,7 @@ public void testDeprecatedAnnotationOnInterface() throws IOException {
46824682

46834683
assertFileContains(
46844684
Paths.get(outputPath + "/src/main/kotlin/org/openapitools/api/PingApi.kt"),
4685-
"@Deprecated"
4685+
"@Deprecated @RequestMapping("
46864686
);
46874687
}
46884688

@@ -4703,7 +4703,7 @@ public void testDeprecatedAnnotationOnController() throws IOException {
47034703

47044704
assertFileContains(
47054705
Paths.get(outputPath + "/src/main/kotlin/org/openapitools/api/PingApiController.kt"),
4706-
"@Deprecated"
4706+
"@Deprecated @RequestMapping("
47074707
);
47084708
}
47094709
}

0 commit comments

Comments
 (0)