I am testing the call using the following code:
"status OK" in { status(doFakeRequest) === OK }
The call statuscauses the following compilation error: could not find implicit value for parameter timeout: akka.util.Timeout
status
could not find implicit value for parameter timeout: akka.util.Timeout
This is because the functions Helpershave changed. The timeout can now be changed for each function.
Helpers
I needed to add the following import:
import play.api.test.Helpers.defaultAwaitTimeout