I am testing a call using the following code:
"status OK" in {
status(doFakeRequest) === OK
}
The call to status
gives the following compile error:
could not find implicit value for parameter timeout: akka.util.Timeout
This is because the Helpers
functions have changed. The timeout can now be changed for each function.
I needed to add the following import:
import play.api.test.Helpers.defaultAwaitTimeout
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With