We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e2b22 commit 6ccec02Copy full SHA for 6ccec02
internal/auth/jwt_test.go
@@ -21,7 +21,7 @@ func TestJWT_Authorize(t *testing.T) {
21
}
22
keys, err := NewKeys(secretConfig)
23
if err != nil {
24
- t.Fatal(err)
+ t.Skip("keys are not available")
25
26
tokenGenerator := NewJWTGenerator(keys, jwt.SigningMethodRS256)
27
tokenValidator := NewJWTValidator(keys, repo)
0 commit comments