Skip to content

Commit

Permalink
backport of commit 5d481e2 (#17812)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalmi authored Nov 3, 2022
1 parent 24cec2d commit 1128cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helper/testhelpers/testhelpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -954,10 +954,10 @@ func SetupLoginMFATOTP(t testing.T, client *api.Client) (*api.Client, string, st
// Configure a default TOTP method
totpConfig := map[string]interface{}{
"issuer": "yCorp",
"period": 5,
"period": 20,
"algorithm": "SHA256",
"digits": 6,
"skew": 0,
"skew": 1,
"key_size": 20,
"qr_size": 200,
"max_validation_attempts": 5,
Expand Down

0 comments on commit 1128cd6

Please sign in to comment.