diff options
author | lain <lain@soykaf.club> | 2020-05-29 12:36:17 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-29 12:36:17 +0200 |
commit | af6d01ec93a07cd896bc4f0a2c2cf437c6fd51fc (patch) | |
tree | 54e02858d0fa9ca905ffe5a057c9f0accbeae115 /test/support | |
parent | dbd07d29a358a446d87078d60b993a59b757ad1d (diff) | |
parent | 396bc69aeef951f163c0c20474ce4653df1dd667 (diff) | |
download | pleroma-af6d01ec93a07cd896bc4f0a2c2cf437c6fd51fc.tar.gz |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel-dms
Diffstat (limited to 'test/support')
-rw-r--r-- | test/support/factory.ex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/support/factory.ex b/test/support/factory.ex index d4284831c..6e3676aca 100644 --- a/test/support/factory.ex +++ b/test/support/factory.ex @@ -34,7 +34,8 @@ defmodule Pleroma.Factory do last_digest_emailed_at: NaiveDateTime.utc_now(), last_refreshed_at: NaiveDateTime.utc_now(), notification_settings: %Pleroma.User.NotificationSetting{}, - multi_factor_authentication_settings: %Pleroma.MFA.Settings{} + multi_factor_authentication_settings: %Pleroma.MFA.Settings{}, + ap_enabled: true } %{ |