Fix CI: Update SentinelApacheHttpClientTest (#3133)
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
This commit is contained in:
parent
20abca7e88
commit
3781212f51
|
|
@ -46,7 +46,7 @@ import static org.junit.Assert.assertNotNull;
|
||||||
@SpringBootTest(classes = TestApplication.class,
|
@SpringBootTest(classes = TestApplication.class,
|
||||||
webEnvironment = SpringBootTest.WebEnvironment.DEFINED_PORT,
|
webEnvironment = SpringBootTest.WebEnvironment.DEFINED_PORT,
|
||||||
properties = {
|
properties = {
|
||||||
"server.port=8084"
|
"server.port=8184"
|
||||||
})
|
})
|
||||||
public class SentinelApacheHttpClientTest {
|
public class SentinelApacheHttpClientTest {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue