I am trying to do an integration test for my manual Spring Security Login. Below is the test class:
@RunWith(SpringRunner.class) @ContextConfiguration @WebAppConf