Skip to content

Commit

Permalink
fix: kty
Browse files Browse the repository at this point in the history
  • Loading branch information
skynet2 committed Feb 19, 2024
1 parent e3e2244 commit fd0f63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/versions/1_0/operationparser/recover_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func TestParseRecoverOperation(t *testing.T) {

op, err := parser.ParseRecoverOperation(request, false)
require.Error(t, err)
require.Contains(t, err.Error(), "validate signed data for recovery: signing key validation failed: JWK crv is missing")
require.Contains(t, err.Error(), "validate signed data for recovery: signing key validation failed: JWK kty is missing")
require.Nil(t, op)
})

Expand Down

0 comments on commit fd0f63f

Please sign in to comment.