diff options
author | Lain Soykaf <lain@lain.com> | 2023-06-11 16:20:30 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2023-06-11 16:20:30 +0400 |
commit | 175ee9e6fec2f9262e4f9e31ce300bd77149b3a7 (patch) | |
tree | 974aa947a3bedb9dc76c0e400eab1b7d94502a0a /test/support/factory.ex | |
parent | d91a823836f416dc0bdf0fe8527695d372dcb347 (diff) | |
parent | 16313af7eb1c3b92210e0c0762e74c051bdde5f2 (diff) | |
download | pleroma-175ee9e6fec2f9262e4f9e31ce300bd77149b3a7.tar.gz pleroma-175ee9e6fec2f9262e4f9e31ce300bd77149b3a7.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into unused_indexes
Diffstat (limited to 'test/support/factory.ex')
-rw-r--r-- | test/support/factory.ex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/support/factory.ex b/test/support/factory.ex index 09f02458c..d94544717 100644 --- a/test/support/factory.ex +++ b/test/support/factory.ex @@ -50,7 +50,6 @@ defmodule Pleroma.Factory do last_refreshed_at: NaiveDateTime.utc_now(), notification_settings: %Pleroma.User.NotificationSetting{}, multi_factor_authentication_settings: %Pleroma.MFA.Settings{}, - ap_enabled: true, keys: pem } |