Skip to content

Commit

Permalink
Fix kotlin test (#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
altro3 authored Feb 21, 2024
1 parent 0ac85ca commit dee637f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ import io.swagger.v3.oas.models.responses.ApiResponse
class OpenApiPojoControllerKotlinSpec extends AbstractKotlinCompilerSpec {

def setup() {
Utils.clean()
System.clearProperty(OpenApiConfigProperty.MICRONAUT_OPENAPI_ENABLED)
System.setProperty(Utils.ATTR_TEST_MODE, "true")
}

def cleanup() {
Utils.clean()
System.clearProperty(Utils.ATTR_TEST_MODE)
}

Expand Down

0 comments on commit dee637f

Please sign in to comment.