Skip to content

Commit 8b5c59a

Browse files
committed
fix integration test call
1 parent cbd811f commit 8b5c59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/git_helper_for_declarative_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func withKeyFile(t *testing.T, keyname string, callback func(string)) {
3131
assert.NoError(t, err)
3232

3333
keyFile := filepath.Join(tmpDir, keyname)
34-
err = ssh.GenKeyPair(keyFile)
34+
err = ssh.GenKeyPair(keyFile, "ecdsa")
3535
assert.NoError(t, err)
3636

3737
err = os.WriteFile(filepath.Join(tmpDir, "ssh"), []byte("#!/bin/bash\n"+

0 commit comments

Comments
 (0)