diff --git a/examples/oauth2/test/src/IntegrationTest.scala b/examples/oauth2/test/src/IntegrationTest.scala index c4255ad..b48274d 100644 --- a/examples/oauth2/test/src/IntegrationTest.scala +++ b/examples/oauth2/test/src/IntegrationTest.scala @@ -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()