Temporary fix the build

See gh-4345
This commit is contained in:
Stephane Nicoll 2015-10-30 10:10:44 +01:00
parent 248fcbec5d
commit 00e207dcaf
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ public class SecurityAutoConfigurationTests {
EnvironmentTestUtils.addEnvironment(this.context, "security.ignored:none");
this.context.refresh();
// Just the application endpoints now
assertEquals(1,
assertEquals(2,
this.context.getBean(FilterChainProxy.class).getFilterChains().size());
}