mirror of https://github.com/ory/hydra
autogen(sdk): bump to 453eb025ad68ecf42882f6c7f8405e230708d541
GitOrigin-RevId: 2d2c3bb0b0bd9976fd9b8233d327eecd746a50b1
This commit is contained in:
parent
d37af61152
commit
d2c58c4980
|
|
@ -12,11 +12,12 @@ import (
|
|||
"strings"
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
"github.com/ory/hydra/v2/fosite"
|
||||
"github.com/ory/hydra/v2/fosite/compose"
|
||||
"github.com/ory/hydra/v2/fosite/handler/oauth2"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
func TestPushedAuthorizeCodeFlow(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue