diff options
author | Lain Soykaf <lain@lain.com> | 2023-06-11 16:31:20 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2023-06-11 16:31:20 +0400 |
commit | 55dd8ef1c799bcfee803e68028af733a697711d1 (patch) | |
tree | bea06b9247b2f28aa79b805a7510ecdca76787f3 /test/support/factory.ex | |
parent | 279fd47b486ccfda4537d7a64d553ac261a6fdd8 (diff) | |
parent | 16313af7eb1c3b92210e0c0762e74c051bdde5f2 (diff) | |
download | pleroma-55dd8ef1c799bcfee803e68028af733a697711d1.tar.gz pleroma-55dd8ef1c799bcfee803e68028af733a697711d1.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into pleroma-double_mentions
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 } |