diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-10-19 15:31:56 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-10-19 15:31:56 +0400 |
commit | 18a91d85e59eb67a2d58a28aae732c34b75ebe97 (patch) | |
tree | e18b75fb8e2bdffc60a00fa74c51b47177bd9bfd /test/support | |
parent | 2a475622eea5550c9ab455c4e86212fc09ee9c58 (diff) | |
parent | 0495a07dc77d81abf46cbe166ae3fec14f705809 (diff) | |
download | pleroma-18a91d85e59eb67a2d58a28aae732c34b75ebe97.tar.gz |
Merge branch 'develop' into feature/local-only-scope
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{}, |