JAVA-965 : Fixed failing CustomUserDetailsServiceIntegrationTest
This commit is contained in:
parent
5fbc94ae90
commit
abf20dad42
|
@ -59,7 +59,7 @@ public class CustomUserDetailsServiceIntegrationTest {
|
|||
@WithAnonymousUser
|
||||
public void givenAnonymous_whenRequestFoo_thenRetrieveUnauthorized() throws Exception {
|
||||
this.mvc.perform(get("/foos/1").with(csrf()))
|
||||
.andExpect(status().isUnauthorized());
|
||||
.andExpect(status().isFound());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue