mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 23:02:15 +00:00
Fixed typo in test name
This commit is contained in:
parent
7603ce2f97
commit
9ce0270226
@ -21,7 +21,7 @@ public class CustomAfterInvocationProviderBeanDefinitionDecoratorTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void customAuthenticationProviderIsAddedToInterceptor() {
|
||||
public void customAfterInvocationProviderIsAddedToInterceptor() {
|
||||
setContext(
|
||||
"<global-method-security />" +
|
||||
"<b:bean id='aip' class='org.springframework.security.config.MockAfterInvocationProvider'>" +
|
||||
|
Loading…
x
Reference in New Issue
Block a user