Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jun 11, 2024
1 parent 69abf6e commit 16235d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 23 deletions.
10 changes: 4 additions & 6 deletions selfservice/strategy/code/strategy_recovery_admin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@ import (
"testing"
"time"

"github.com/pkg/errors"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/tidwall/gjson"

"github.com/ory/kratos/driver/config"
kratos "github.com/ory/client-go"
"github.com/ory/kratos/identity"
"github.com/ory/kratos/internal"
kratos "github.com/ory/kratos/internal/httpclient"
Expand All @@ -33,6 +27,10 @@ import (
"github.com/ory/x/ioutilx"
"github.com/ory/x/pointerx"
"github.com/ory/x/snapshotx"
"github.com/pkg/errors"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/tidwall/gjson"
)

func TestAdminStrategy(t *testing.T) {
Expand Down
21 changes: 4 additions & 17 deletions selfservice/strategy/link/strategy_recovery_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,6 @@ import (

"github.com/davecgh/go-spew/spew"
"github.com/gofrs/uuid"
"github.com/pkg/errors"

"github.com/ory/kratos/selfservice/flow"
"github.com/ory/kratos/selfservice/strategy/link"

"github.com/ory/kratos/ui/node"

kratos "github.com/ory/kratos/internal/httpclient"

"github.com/ory/kratos/corpx"

"github.com/ory/x/ioutilx"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/tidwall/gjson"

"github.com/ory/kratos/corpx"
"github.com/ory/kratos/driver"
"github.com/ory/kratos/driver/config"
Expand All @@ -52,6 +35,10 @@ import (
"github.com/ory/x/pointerx"
"github.com/ory/x/sqlxx"
"github.com/ory/x/urlx"
"github.com/pkg/errors"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/tidwall/gjson"
)

func init() {
Expand Down

0 comments on commit 16235d7

Please sign in to comment.