mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
Remove spring-cloud-starter-dubbo-gateway
This commit is contained in:
@@ -110,8 +110,8 @@ public class SentinelHealthIndicatorTests {
|
||||
Health health = sentinelHealthIndicator.health();
|
||||
|
||||
assertThat(health.getStatus()).isEqualTo(Status.UNKNOWN);
|
||||
assertThat(health.getDetails().get("dashboard")).isEqualTo(
|
||||
new Status(Status.UNKNOWN.getCode(), "localhost:8080 can't be connected"));
|
||||
assertThat(health.getDetails().get("dashboard")).isEqualTo(new Status(
|
||||
Status.UNKNOWN.getCode(), "localhost:8080 can't be connected"));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user