Skip to content

Commit

Permalink
break the line down
Browse files Browse the repository at this point in the history
  • Loading branch information
howardtw committed Sep 14, 2023
1 parent d3f8522 commit 4814a84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exp/services/recoverysigner/internal/serve/serve_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ func TestGetHandlerDeps(t *testing.T) {
opts := Options{
Logger: supportlog.DefaultLogger,
SigningKeys: signingKey,
SEP10JWKS: `{"keys":[{"kty":"EC","crv":"P-256","alg":"ES256","x":"i8chX_7Slm4VQ_Y6XBWVBnxIO5-XSWH1GJsXWNkal3E","y":"G22r0OgrcQnkfCAqsS6wvtHgR0SbfvXNJy6-jJfvc94"}]}`,
SEP10JWKS: `{"keys":[{"kty":"EC","crv":"P-256","alg":"ES256",` +
`"x":"i8chX_7Slm4VQ_Y6XBWVBnxIO5-XSWH1GJsXWNkal3E","y":"G22r0OgrcQnkfCAqsS6wvtHgR0SbfvXNJy6-jJfvc94"}]}`,
}

sep10JWKS := jose.JSONWebKeySet{}
Expand Down

0 comments on commit 4814a84

Please sign in to comment.