Skip to content

Commit

Permalink
make gen
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlanda committed Feb 2, 2024
1 parent 8ecd48f commit 8c57220
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions jwt/jwt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ import (
"github.com/hashicorp/cap/oidc"
)

var priv *rsa.PrivateKey
var priv2 *rsa.PrivateKey
var (
priv *rsa.PrivateKey
priv2 *rsa.PrivateKey
)

func init() {
// Generate a key to sign JWTs with throughout most test cases.
Expand Down

0 comments on commit 8c57220

Please sign in to comment.