Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0d2172e

Browse files
committed
fix(tests): update CoderSigner call in ssh_test.go
1 parentb9e0fc9 commit0d2172e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎cli/ssh_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ func TestSSH(t *testing.T) {
542542
keySeed,err:=agent.SSHKeySeed(user.Username,workspace.Name,"dev")
543543
assert.NoError(t,err)
544544

545-
signer,err:=agentssh.CoderSigner(keySeed)
545+
signer,err:=agentssh.CoderSigner(keySeed,"rsa")
546546
assert.NoError(t,err)
547547

548548
conn,channels,requests,err:=ssh.NewClientConn(&testutil.ReaderWriterConn{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp