From 75350235d846ed3160d2c27e7b6f7a8ff5c6f587 Mon Sep 17 00:00:00 2001 From: Sakib Hadziavdic Date: Thu, 31 Aug 2023 16:28:02 +0200 Subject: [PATCH] Debug java 11 failure.. --- examples/oauth2/test/src/IntegrationTest.scala | 2 ++ 1 file changed, 2 insertions(+) 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()