Skip to content

Commit 121956c

Browse files
committed
fix kotlin-spring declarative http interface
1 parent d1de44c commit 121956c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,8 +1316,6 @@ public void generateHttpInterface() throws Exception {
13161316
generator.opts(input).generate();
13171317

13181318
Path path = Paths.get(outputPath + "/src/main/kotlin/org/openapitools/api/StoreApiClient.kt");
1319-
// Note: We use simple ${api.base-path:<default>} syntax because Spring's @HttpExchange
1320-
// doesn't properly resolve nested ${outer:${inner:default}} property placeholder syntax
13211319
// Note: We cannot use property placeholders as HttpServiceProxyFactory does not resolve them by default.
13221320
assertFileContains(
13231321
path,

0 commit comments

Comments
 (0)