Skip to content

Commit 7e705c0

Browse files
committed
fix test
1 parent 067ac5b commit 7e705c0

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
@@ -23,6 +23,7 @@ var somePlainWorkspaces = []entity.Workspace{
2323
Status: entity.Running,
2424
Password: "sdfal",
2525
GitRepo: "gitrepo",
26+
SSHUser: "ubuntu",
2627
},
2728
{
2829
ID: "test-id-2",
@@ -35,6 +36,7 @@ var somePlainWorkspaces = []entity.Workspace{
3536
Status: entity.Running,
3637
Password: "sdfal",
3738
GitRepo: "gitrepo",
39+
SSHUser: "ubuntu",
3840
},
3941
}
4042

0 commit comments

Comments
 (0)