We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067ac5b commit 7e705c0Copy full SHA for 7e705c0
1 file changed
pkg/ssh/sshconfigurer_test.go
@@ -23,6 +23,7 @@ var somePlainWorkspaces = []entity.Workspace{
23
Status: entity.Running,
24
Password: "sdfal",
25
GitRepo: "gitrepo",
26
+ SSHUser: "ubuntu",
27
},
28
{
29
ID: "test-id-2",
@@ -35,6 +36,7 @@ var somePlainWorkspaces = []entity.Workspace{
35
36
37
38
39
40
41
}
42
0 commit comments