Fix typo in method name
This commit is contained in:
parent
68f9371fa6
commit
02aa052fc7
|
@ -78,7 +78,7 @@ public class Gh3409Tests {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void unauthenticatedNullAuthenitcation() throws Exception {
|
||||
public void unauthenticatedNullAuthentication() throws Exception {
|
||||
// @formatter:off
|
||||
this.mockMvc
|
||||
.perform(get("/")
|
||||
|
|
Loading…
Reference in New Issue