Commit 00e207dc authored by Stephane Nicoll's avatar Stephane Nicoll

Temporary fix the build

See gh-4345
parent 248fcbec
...@@ -165,7 +165,7 @@ public class SecurityAutoConfigurationTests { ...@@ -165,7 +165,7 @@ public class SecurityAutoConfigurationTests {
EnvironmentTestUtils.addEnvironment(this.context, "security.ignored:none"); EnvironmentTestUtils.addEnvironment(this.context, "security.ignored:none");
this.context.refresh(); this.context.refresh();
// Just the application endpoints now // Just the application endpoints now
assertEquals(1, assertEquals(2,
this.context.getBean(FilterChainProxy.class).getFilterChains().size()); this.context.getBean(FilterChainProxy.class).getFilterChains().size());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment