1
0
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:
mercyblitz
2020-09-08 09:27:44 +08:00
parent cea5be4bb6
commit a192c17ede
3 changed files with 6 additions and 8 deletions

View File

@@ -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