Bladeren bron

Fix typo in method name

Kevin Park 2 jaren geleden
bovenliggende
commit
02aa052fc7

+ 1 - 1
test/src/test/java/org/springframework/security/test/web/servlet/response/Gh3409Tests.java

@@ -78,7 +78,7 @@ public class Gh3409Tests {
 	}
 
 	@Test
-	public void unauthenticatedNullAuthenitcation() throws Exception {
+	public void unauthenticatedNullAuthentication() throws Exception {
 		// @formatter:off
 		this.mockMvc
 			.perform(get("/")