ory-am/hydra

View on GitHub
oauth2/session_test.go

Summary

Maintainability
A
1 hr
Test Coverage

Function TestUnmarshalSession has 57 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func TestUnmarshalSession(t *testing.T) {
    expect := &Session{
        DefaultSession: &openid.DefaultSession{
            Claims: &jwt.IDTokenClaims{
                JTI:                                 "",
Severity: Minor
Found in oauth2/session_test.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status