Skip to content

Commit

Permalink
[ADD] auth_admin_passkey_totp_mail_enforce: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
astirpe committed Mar 14, 2024
1 parent 2e6f8ac commit 148f9dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth_admin_passkey_totp_mail_enforce/tests/test_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def test_02_web_login_with_passkey_and_2fa(self):
# Enable passkey and set auth_admin_passkey_ignore_totp = True
config["auth_admin_passkey_password"] = self.sysadmin_passkey
config["auth_admin_passkey_ignore_totp"] = True
config["auth_admin_passkey_password_sha512_encrypted"] = False

# Two-factor authentication enabled
self.assertTrue(self.user.totp_enabled)
Expand Down

0 comments on commit 148f9dc

Please sign in to comment.