Skip to content

Commit

Permalink
fix: unit test (HSM)
Browse files Browse the repository at this point in the history
  • Loading branch information
alnr committed Jan 9, 2024
1 parent b1f0310 commit c63262e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jwk/sdk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func TestJWKSDK(t *testing.T) {
resultKeys, _, err := sdk.JwkApi.CreateJsonWebKeySet(ctx, "set-foo2").CreateJsonWebKeySet(hydra.CreateJsonWebKeySet{
Alg: "RS256",
Kid: "key-bar",
Use: "sig",
}).Execute()
require.NoError(t, err)
require.Len(t, resultKeys.Keys, 1)
Expand Down

0 comments on commit c63262e

Please sign in to comment.