We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
localhost
127.0.0.1
1 parent fb61e62 commit 865efaaCopy full SHA for 865efaa
src/test/java/org/embulk/output/sftp/TestSftpFileOutputPlugin.java
@@ -78,7 +78,7 @@ public class TestSftpFileOutputPlugin
78
private Logger logger = runtime.getExec().getLogger(TestSftpFileOutputPlugin.class);
79
private FileOutputRunner runner;
80
private SshServer sshServer;
81
- private static final String HOST = "localhost";
+ private static final String HOST = "127.0.0.1";
82
private static final int PORT = 20022;
83
private static final String USERNAME = "username";
84
private static final String PASSWORD = "password";
0 commit comments