Skip to content

Commit

Permalink
To be reverted: Print port, portNumber and server port in SingleServe…
Browse files Browse the repository at this point in the history
…rSuite
  • Loading branch information
ioannakok committed May 3, 2022
1 parent 71e7b4b commit 66f4e8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/test/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ trait SingleServerSuite extends TestSuite with GuiceOneServerPerSuite with OneBr
ApplicationLoader.apply(context).load(context)
}

println("Server port: " + runningServer.endpoints.httpEndpoint)
println("port: " + port)
println("portNumber: " + portNumber)

}

object TestRequest {
Expand Down

0 comments on commit 66f4e8e

Please sign in to comment.