Temporary fix the build
(I mean it this thime) See gh-4345
This commit is contained in:
parent
74317a220e
commit
86c753a149
|
@ -144,7 +144,7 @@ public class ManagementWebSecurityAutoConfigurationTests {
|
|||
EnvironmentTestUtils.addEnvironment(this.context, "security.ignored:none");
|
||||
this.context.refresh();
|
||||
// Just the application and management endpoints now
|
||||
assertEquals(2,
|
||||
assertEquals(3,
|
||||
this.context.getBean(FilterChainProxy.class).getFilterChains().size());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue