Replace isEqualTo(null) with isNull()
This commit is contained in:
committed by
Josh Cummings
parent
4de3d0b860
commit
68878a1675
@@ -108,7 +108,7 @@ public class FilterChainProxyConfigTests {
|
||||
public void pathWithNoMatchHasNoFilters() throws Exception {
|
||||
FilterChainProxy filterChainProxy = appCtx.getBean(
|
||||
"newFilterChainProxyNoDefaultPath", FilterChainProxy.class);
|
||||
assertThat(filterChainProxy.getFilters("/nomatch")).isEqualTo(null);
|
||||
assertThat(filterChainProxy.getFilters("/nomatch")).isNull();
|
||||
}
|
||||
|
||||
// SEC-1235
|
||||
|
||||
Reference in New Issue
Block a user