Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
samlhuillier committed Aug 30, 2023
1 parent 564aff1 commit 8eed74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ssh/sshconfigurer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ func Test_makeSSHConfigEntryV2(t *testing.T) { //nolint:funlen // test
want: `Host testName2
Hostname test2-dns-org.brev.sh
IdentityFile "/my/priv/key.pem"
User ubuntu
User root
ServerAliveInterval 30
UserKnownHostsFile /dev/null
IdentitiesOnly yes
Expand Down

0 comments on commit 8eed74d

Please sign in to comment.