Skip to content

Commit 725f65a

Browse files
committed
fix more tests
1 parent ea68751 commit 725f65a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkg/ssh/sshconfigurer_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,7 @@ func TestSSHConfigurerV2_Update(t *testing.T) { //nolint // this is a test
637637
Status: entity.Running,
638638
Password: "sdfal",
639639
GitRepo: "gitrepo",
640+
SSHUser: "ubuntu",
640641
},
641642
},
642643
},
@@ -696,6 +697,7 @@ Host testName1-host
696697
Status: entity.Running,
697698
Password: "sdfal",
698699
GitRepo: "gitrepo",
700+
SSHUser: "ubuntu",
699701
},
700702
},
701703
},

0 commit comments

Comments
 (0)