We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd811f commit 8b5c59aCopy full SHA for 8b5c59a
tests/integration/git_helper_for_declarative_test.go
@@ -31,7 +31,7 @@ func withKeyFile(t *testing.T, keyname string, callback func(string)) {
31
assert.NoError(t, err)
32
33
keyFile := filepath.Join(tmpDir, keyname)
34
- err = ssh.GenKeyPair(keyFile)
+ err = ssh.GenKeyPair(keyFile, "ecdsa")
35
36
37
err = os.WriteFile(filepath.Join(tmpDir, "ssh"), []byte("#!/bin/bash\n"+
0 commit comments