aboutsummaryrefslogtreecommitdiff
path: root/test/support
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2020-10-19 15:31:56 +0400
committerEgor Kislitsyn <egor@kislitsyn.com>2020-10-19 15:31:56 +0400
commit18a91d85e59eb67a2d58a28aae732c34b75ebe97 (patch)
treee18b75fb8e2bdffc60a00fa74c51b47177bd9bfd /test/support
parent2a475622eea5550c9ab455c4e86212fc09ee9c58 (diff)
parent0495a07dc77d81abf46cbe166ae3fec14f705809 (diff)
downloadpleroma-18a91d85e59eb67a2d58a28aae732c34b75ebe97.tar.gz
Merge branch 'develop' into feature/local-only-scope
Diffstat (limited to 'test/support')
-rw-r--r--test/support/factory.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/factory.ex b/test/support/factory.ex
index fb82be0c4..80b882ee4 100644
--- a/test/support/factory.ex
+++ b/test/support/factory.ex
@@ -31,7 +31,7 @@ defmodule Pleroma.Factory do
nickname: sequence(:nickname, &"nick#{&1}"),
password_hash: Pbkdf2.hash_pwd_salt("test"),
bio: sequence(:bio, &"Tester Number #{&1}"),
- discoverable: true,
+ is_discoverable: true,
last_digest_emailed_at: NaiveDateTime.utc_now(),
last_refreshed_at: NaiveDateTime.utc_now(),
notification_settings: %Pleroma.User.NotificationSetting{},