mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
Polish
This commit is contained in:
parent
25f16d3528
commit
6ae1df0363
@ -54,8 +54,9 @@ public class NacosDiscoveryParameterInitListenerTests
|
||||
.isEqualTo("testAK");
|
||||
assertThat(System.getProperty("spring.cloud.nacos.discovery.secret-key"))
|
||||
.isEqualTo("testSK");
|
||||
assertThat(System.getProperties().getProperty("webContext"))
|
||||
assertThat(System.getProperties().getProperty("nacos.naming.web.context"))
|
||||
.isEqualTo("/vipserver");
|
||||
assertThat(System.getProperties().getProperty("serverPort")).isEqualTo("80");
|
||||
assertThat(System.getProperties().getProperty("nacos.naming.exposed.port"))
|
||||
.isEqualTo("80");
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user