Fix CI: Update SentinelApacheHttpClientTest (#3133)

Signed-off-by: Eric Zhao <sczyh16@gmail.com>
This commit is contained in:
Eric Zhao 2023-05-30 10:03:48 +08:00 committed by LearningGp
parent 20abca7e88
commit 3781212f51
1 changed files with 1 additions and 1 deletions

View File

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