Skip to content

Commit

Permalink
fix: Remove debug strategy filter
Browse files Browse the repository at this point in the history
  • Loading branch information
barnarddt committed Oct 7, 2024
1 parent 89bc11f commit 6be134a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions selfservice/flow/login/hook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ func TestLoginExecutor(t *testing.T) {

for _, strategy := range identity.AllCredentialTypes {
strategy := strategy
if strategy == identity.CredentialsTypeCodeAuth {
continue
}

t.Run("strategy="+strategy.String(), func(t *testing.T) {
t.Parallel()
Expand Down

0 comments on commit 6be134a

Please sign in to comment.