Skip to content

Commit 4ff3338

Browse files
[Improve][Connector-V2][FTP] delete duplicated code (#7915)
1 parent 93d38d5 commit 4ff3338

File tree

1 file changed

+0
-1
lines changed
  • seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-ftp-e2e/src/test/java/org/apache/seatunnel/e2e/connector/file/ftp

1 file changed

+0
-1
lines changed

Diff for: seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-ftp-e2e/src/test/java/org/apache/seatunnel/e2e/connector/file/ftp/FtpFileIT.java

-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ public void startUp() throws Exception {
9494
int passiveEndPort = 30004;
9595
ftpContainer =
9696
new GenericContainer<>(FTP_IMAGE)
97-
.withExposedPorts(FTP_PORT)
9897
.withNetwork(NETWORK)
9998
.withExposedPorts(FTP_PORT)
10099
.withExposedPorts(

0 commit comments

Comments
 (0)