autogen(sdk): bump to 453eb025ad68ecf42882f6c7f8405e230708d541

GitOrigin-RevId: 2d2c3bb0b0bd9976fd9b8233d327eecd746a50b1
This commit is contained in:
aeneasr 2025-12-05 17:38:14 +00:00 committed by ory-bot
parent d37af61152
commit d2c58c4980
1 changed files with 3 additions and 2 deletions

View File

@ -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) {