spec: always enable super_admin_otp for spec
This commit is contained in:
parent
04fbfa15b7
commit
07d3496300
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
SUPER_ADMIN_OTP_ENABLED = ENV.fetch("SUPER_ADMIN_OTP_ENABLED", "enabled") == "enabled"
|
||||
SUPER_ADMIN_OTP_ENABLED = Rails.env.test? || (ENV.fetch("SUPER_ADMIN_OTP_ENABLED", "enabled") == "enabled")
|
||||
|
|
Loading…
Reference in a new issue