diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-06-04 17:29:20 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-06-04 17:29:20 -0500 |
commit | 55825b46bef6e397778adc58276f634f2006a823 (patch) | |
tree | db1a310f77afaf0c4b1a93f87fa57aac10a79d7c /test/support | |
parent | 9d2c2a83a4f405ea36ef45144dcad972e2234a23 (diff) | |
parent | f5cb1f3616e9cb9430038697532eb49161937dec (diff) | |
download | pleroma-55825b46bef6e397778adc58276f634f2006a823.tar.gz |
Merge branch 'develop' into fix/mediaproxy-http-invalidation
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 } %{ |