Skip to content

Commit c0bf37b

Browse files
committed
Fix test
1 parent 522e547 commit c0bf37b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

jwk/helper_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ import (
1717
"strings"
1818
"testing"
1919

20-
"github.com/ory/hydra/v2/internal/testhelpers"
21-
2220
hydra "github.com/ory/hydra-client-go/v2"
2321

2422
"github.com/go-jose/go-jose/v3"
@@ -31,7 +29,6 @@ import (
3129

3230
"github.com/ory/hydra/v2/jwk"
3331
"github.com/ory/hydra/v2/x"
34-
"github.com/ory/x/contextx"
3532
)
3633

3734
type fakeSigner struct {
@@ -211,7 +208,6 @@ func TestExcludeOpaquePrivateKeys(t *testing.T) {
211208

212209
func TestGetOrGenerateKeys(t *testing.T) {
213210
t.Parallel()
214-
reg := testhelpers.NewMockedRegistry(t, &contextx.Default{})
215211

216212
setId := uuid.NewUUID().String()
217213
keyId := uuid.NewUUID().String()

0 commit comments

Comments
 (0)