oauth2/introspector_test.go
Function TestIntrospectorSDK
has 114 lines of code (exceeds 50 allowed). Consider refactoring. Open
Open
func TestIntrospectorSDK(t *testing.T) {
ctx := context.Background()
conf := internal.NewConfigurationWithDefaults()
conf.MustSet(ctx, config.KeyScopeStrategy, "wildcard")
conf.MustSet(ctx, config.KeyIssuerURL, "https://foobariss")