oauth2/trust/manager_test_helpers.go
Function TestHelperGrantManagerCreateGetDeleteGrant
has 113 lines of code (exceeds 50 allowed). Consider refactoring. Open
Open
func TestHelperGrantManagerCreateGetDeleteGrant(t1 GrantManager, km jwk.Manager, parallel bool) func(t *testing.T) {
tokenServicePubKey1 := jose.JSONWebKey{}
tokenServicePubKey2 := jose.JSONWebKey{}
mikePubKey := jose.JSONWebKey{}