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.
1 parent 8dcb94f commit 0a9b14eCopy full SHA for 0a9b14e
src/test/java/org/embulk/output/sftp/TestSftpFileOutputPlugin.java
@@ -103,7 +103,7 @@ public void createResources()
103
// setup a mock sftp server
104
sshServer = SshServer.setUpDefaultServer();
105
VirtualFileSystemFactory fsFactory = new VirtualFileSystemFactory();
106
- fsFactory.setUserHomeDir(USERNAME, testFolder.getRoot().getAbsolutePath());
+ fsFactory.setUserHomeDir(USERNAME, testFolder.getRoot().toPath());
107
sshServer.setFileSystemFactory(fsFactory);
108
sshServer.setHost(HOST);
109
sshServer.setPort(PORT);
0 commit comments