Skip to content

Commit 865efaa

Browse files
committed
Change sftp server host localhost to 127.0.0.1
1 parent fb61e62 commit 865efaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/embulk/output/sftp/TestSftpFileOutputPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public class TestSftpFileOutputPlugin
7878
private Logger logger = runtime.getExec().getLogger(TestSftpFileOutputPlugin.class);
7979
private FileOutputRunner runner;
8080
private SshServer sshServer;
81-
private static final String HOST = "localhost";
81+
private static final String HOST = "127.0.0.1";
8282
private static final int PORT = 20022;
8383
private static final String USERNAME = "username";
8484
private static final String PASSWORD = "password";

0 commit comments

Comments
 (0)