1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

resolve problem in sentinel test case in 1.x

This commit is contained in:
fangjian0423 2019-03-04 21:51:31 +08:00
parent af574779fd
commit b09024f28f

View File

@ -63,7 +63,7 @@ public class SentinelAutoConfigurationTests {
@Test
public void testFilter() {
assertThat(context.getBean("servletRequestListener")
assertThat(context.getBean("sentinelFilter")
.getClass() == FilterRegistrationBean.class).isTrue();
}