org.springframework.test.servlet.MockMvc$1.andExpect(MockMvc.java:153)
It can be quite tricky to figure out what you have correctly stubbed when using mockito. Doing some digging in the debugger I was able to find the list of methods that have been stubbed out which vastly assists in debugging.
If you follow the tree
CGLIB$CALLBACK_0> handler>mockHandler>invocationContainerImpl>stubbed
You can see the valid stubs.