Play Unit tests fail with Null Pointer Exception for Messages

We recently introduced Internationalization and made the request object contain the
messages: Messages object in the Play controller,

but now the controller tests are failing with NullPointerException for request.messages

I am hitting the controller with a FakeRequest. Is there a way pass the messages object from test to the controller ?

I am using play 2.8.2.