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:
parent
af574779fd
commit
b09024f28f
@ -63,7 +63,7 @@ public class SentinelAutoConfigurationTests {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testFilter() {
|
public void testFilter() {
|
||||||
assertThat(context.getBean("servletRequestListener")
|
assertThat(context.getBean("sentinelFilter")
|
||||||
.getClass() == FilterRegistrationBean.class).isTrue();
|
.getClass() == FilterRegistrationBean.class).isTrue();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user