Skip to content

Commit 9abc3d1

Browse files
author
litiliu
committed
fix port conflict
1 parent 0c99816 commit 9abc3d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

seatunnel-engine/seatunnel-engine-server/src/test/java/org/apache/seatunnel/engine/server/rest/RestApiHttpsForTruststoreTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
/** Test for Rest API with HTTPS. */
4747
@DisabledOnOs(OS.WINDOWS)
4848
public class RestApiHttpsForTruststoreTest extends AbstractSeaTunnelServerTest {
49-
private static final int HTTP_PORT = 18080;
50-
private static final int HTTPS_PORT = 18443;
49+
private static final int HTTP_PORT = 10080;
50+
private static final int HTTPS_PORT = 10443;
5151
private static final String SERVER_KEYSTORE_PASSWORD = "server_keystore_password";
5252
private static final String SERVER_TRUSTSTORE_PASSWORD = "server_truststore_password";
5353
private static final String CLIENT_KEYSTORE_PASSWORD = "client_keystore_password";

0 commit comments

Comments
 (0)