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 2400905 commit 2f129ccCopy full SHA for 2f129cc
keystore/cli/cli_test.go
@@ -50,7 +50,7 @@ func TestCLI(t *testing.T) {
50
51
// Create a second key we export.
52
buf.Reset()
53
- cmd.SetArgs([]string{"create", "-d", `{"Keys": [{"KeyName": "testkey2", "KeyType": "ecdsa-secp256k1"}]}`})
+ cmd.SetArgs([]string{"create", "-d", `{"Keys": [{"KeyName": "testkey2", "KeyType": "ECDSA_S256"}]}`})
54
require.NoError(t, cmd.ExecuteContext(t.Context()))
55
56
// Export the second key.
0 commit comments