I m writing a unit test to test the controller. However, I tried to use Mockito when...andReturn(true) to make the function return true but I still cannot pass the test.