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 ed4c535 commit 47be09eCopy full SHA for 47be09e
src/test/kotlin/org/springdoc/openapi/gradle/plugin/OpenApiGradlePluginTest.kt
@@ -400,8 +400,7 @@ class OpenApiGradlePluginTest {
400
assertOpenApiJsonFile(1)
401
402
// Rerunning the build does not regenerate the OpenAPI file
403
- // TODO escape failing test for now
404
- // assertEquals(TaskOutcome.UP_TO_DATE, openApiDocsTask(runTheBuild()).outcome)
+ assertEquals(TaskOutcome.UP_TO_DATE, openApiDocsTask(runTheBuild()).outcome)
405
406
}
407
0 commit comments