We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6162210 commit 4475bc0Copy full SHA for 4475bc0
springdoc-openapi-kotlin/src/test/kotlin/test/org/springdoc/api/AbstractKotlinSpringDocTest.kt
@@ -45,7 +45,6 @@ abstract class AbstractKotlinSpringDocTest {
45
.expectStatus().isOk.expectBody().returnResult()
46
47
val result = String(getResult.responseBody!!)
48
- print(result)
49
val className = javaClass.simpleName
50
val testNumber = className.replace("[^0-9]".toRegex(), "")
51
0 commit comments