Skip to content

Commit 2f129cc

Browse files
committed
Fix test
1 parent 2400905 commit 2f129cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keystore/cli/cli_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func TestCLI(t *testing.T) {
5050

5151
// Create a second key we export.
5252
buf.Reset()
53-
cmd.SetArgs([]string{"create", "-d", `{"Keys": [{"KeyName": "testkey2", "KeyType": "ecdsa-secp256k1"}]}`})
53+
cmd.SetArgs([]string{"create", "-d", `{"Keys": [{"KeyName": "testkey2", "KeyType": "ECDSA_S256"}]}`})
5454
require.NoError(t, cmd.ExecuteContext(t.Context()))
5555

5656
// Export the second key.

0 commit comments

Comments
 (0)