Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit e9e769f

Browse files
Update key_test.go
Co-authored-by: Adin Schmahmann <[email protected]>
1 parent d13b813 commit e9e769f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

key_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func TestKeyGen(t *testing.T) {
1515
_, err := s.KeyRm(context.Background(), "testKey1")
1616
is.Nil(err)
1717
}()
18-
key1, err := s.KeyGen(context.Background(), "testKey1", KeyGen.Type("ed25519"), KeyGen.Size(2048))
18+
key1, err := s.KeyGen(context.Background(), "testKey1", KeyGen.Type("ed25519"))
1919
is.Nil(err)
2020
is.Equal(key1.Name, "testKey1")
2121
is.NotNil(key1.Id)

0 commit comments

Comments
 (0)