client/sdk_test.go
Function TestClientSDK
has 125 lines of code (exceeds 50 allowed). Consider refactoring. Open
Open
func TestClientSDK(t *testing.T) {
ctx := context.Background()
conf := internal.NewConfigurationWithDefaults()
conf.MustSet(ctx, config.KeySubjectTypesSupported, []string{"public"})
conf.MustSet(ctx, config.KeyDefaultClientScope, []string{"foo", "bar"})