oauth2/flowctx/encoding_test.go
Function TestEncoding
has 94 lines of code (exceeds 50 allowed). Consider refactoring. Open
Open
func TestEncoding(t *testing.T) {
f := flow.Flow{
ID: uuid.Must(uuid.NewV4()).String(),
NID: uuid.Must(uuid.NewV4()),
RequestedScope: []string{"scope1", "scope2"},