Skip to content

Commit ea68751

Browse files
committed
fix more tests
1 parent 7e705c0 commit ea68751

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkg/ssh/sshconfigurer_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ Host testName2-host
342342
Status: entity.Running,
343343
Password: "sdfal",
344344
GitRepo: "gitrepo",
345+
SSHUser: "ubuntu",
345346
},
346347
privateKeyPath: "/my/priv/key.pem",
347348
runRemoteCMD: true,
@@ -391,6 +392,7 @@ Host testName2-host
391392
Password: "sdfal",
392393
GitRepo: "gitrepo",
393394
SSHPort: 2022,
395+
SSHUser: "ubuntu",
394396
},
395397
privateKeyPath: "/my/priv/key.pem",
396398
runRemoteCMD: true,
@@ -507,6 +509,7 @@ Host testName2-host
507509
GitRepo: "gitrepo",
508510
SSHProxyHostname: "test-verb-proxy.com",
509511
HostSSHProxyHostname: "test-host-proxy.com",
512+
SSHUser: "ubuntu",
510513
},
511514
privateKeyPath: "/my/priv/key.pem",
512515
cloudflaredBinaryPath: "/Users/tmontfort/.brev/cloudflared",

0 commit comments

Comments
 (0)