Skip to content

Commit

Permalink
Debug java 11 failure..
Browse files Browse the repository at this point in the history
  • Loading branch information
sake92 committed Aug 31, 2023
1 parent 73f9132 commit 7535023
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/oauth2/test/src/IntegrationTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ trait IntegrationTest extends munit.FunSuite {
val serverInfo = module.server.getListenerInfo().get(0)
baseUrl = s"${serverInfo.getProtcol}:/${serverInfo.getAddress}"

println(s"BASE = $baseUrl")

override def afterEach(context: AfterEach): Unit =
module.server.stop()
mockOauth2server.shutdown()
Expand Down

0 comments on commit 7535023

Please sign in to comment.