Browse Source

Fix typo in method name

pull/13587/head
Kevin Park 3 years ago committed by Josh Cummings
parent
commit
02aa052fc7
  1. 2
      test/src/test/java/org/springframework/security/test/web/servlet/response/Gh3409Tests.java

2
test/src/test/java/org/springframework/security/test/web/servlet/response/Gh3409Tests.java

@ -78,7 +78,7 @@ public class Gh3409Tests { @@ -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…
Cancel
Save