You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run the test using GuiceOneAppPerSuite doesn't seem like the JVM arguments set in Build.scala are being passed into the Application instance of the JVM.
implicit val ec = scala.concurrent.ExecutionContext.global
val cc = Helpers.stubControllerComponents()
val controller = new Model(cc, new Authenticated(cc.parsers.defaultBodyParser))
val result: Future[Result] = controller.getPage(1L).apply(FakeRequest())
The text was updated successfully, but these errors were encountered:
When trying to run the test using
GuiceOneAppPerSuite
doesn't seem like the JVM arguments set inBuild.scala
are being passed into the Application instance of the JVM.The text was updated successfully, but these errors were encountered: