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 fa234fc commit 8be45efCopy full SHA for 8be45ef
tests/ipcMain/createWorkspace.test.ts
@@ -758,11 +758,10 @@ echo "Init hook executed with tilde path"
758
759
const runtimeConfig: RuntimeConfig = {
760
type: "ssh",
761
- host: "localhost",
762
- port: sshConfig.port,
763
- username: sshConfig.username,
764
- privateKeyPath: sshConfig.privateKeyPath,
+ host: "testuser@localhost",
765
srcBaseDir: "~/workspace",
+ identityFile: sshConfig.privateKeyPath,
+ port: sshConfig.port,
766
};
767
768
const { result, cleanup } = await createWorkspaceWithCleanup(
0 commit comments