Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Nov 6, 2024
1 parent 185f18f commit fca27a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfservice/flow/settings/error_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func TestHandleError(t *testing.T) {
require.NoError(t, err)

for _, s := range reg.SettingsStrategies(context.Background()) {
require.NoError(t, s.PopulateSettingsMethod(req, &id, f))
require.NoError(t, s.PopulateSettingsMethod(ctx, req, &id, f))
}

require.NoError(t, reg.SettingsFlowPersister().CreateSettingsFlow(context.Background(), f))
Expand Down

0 comments on commit fca27a5

Please sign in to comment.