diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-10-20 17:27:29 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-10-20 17:27:29 +0400 |
commit | e87901c424015b79e2412310f41e74f3f0e71544 (patch) | |
tree | b2214aa2a81311a21ec871a1f16881db6a52025b /test/support | |
parent | ad605e3e16ba3f6ee3df7a0a3e6705036fef369f (diff) | |
parent | 44b2a137d12a4ded75586f919ad1c927c6677a70 (diff) | |
download | pleroma-e87901c424015b79e2412310f41e74f3f0e71544.tar.gz |
Merge remote-tracking branch 'origin/develop' into feature/account-export
Diffstat (limited to 'test/support')
-rw-r--r-- | test/support/factory.ex | 2 |
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{}, |