We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 522e547 commit c0bf37bCopy full SHA for c0bf37b
jwk/helper_test.go
@@ -17,8 +17,6 @@ import (
17
"strings"
18
"testing"
19
20
- "github.com/ory/hydra/v2/internal/testhelpers"
21
-
22
hydra "github.com/ory/hydra-client-go/v2"
23
24
"github.com/go-jose/go-jose/v3"
@@ -31,7 +29,6 @@ import (
31
29
32
30
"github.com/ory/hydra/v2/jwk"
33
"github.com/ory/hydra/v2/x"
34
- "github.com/ory/x/contextx"
35
)
36
37
type fakeSigner struct {
@@ -211,7 +208,6 @@ func TestExcludeOpaquePrivateKeys(t *testing.T) {
211
208
212
209
func TestGetOrGenerateKeys(t *testing.T) {
213
210
t.Parallel()
214
- reg := testhelpers.NewMockedRegistry(t, &contextx.Default{})
215
216
setId := uuid.NewUUID().String()
217
keyId := uuid.NewUUID().String()
0 commit comments