Skip to content

Commit

Permalink
Fixed linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
corbadoman committed Sep 30, 2024
1 parent b1d188d commit 4efd232
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/session/session_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ func newSession(issuer string) (*session.Impl, error) {
}, nil
}

// nolint:funlen
func TestValidateToken(t *testing.T) {
validPrivateKey, err := generatePrivateKey("validPrivateKey.pem")
require.NoError(t, err)
Expand Down

0 comments on commit 4efd232

Please sign in to comment.