X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=test%2Fsupport%2Ffactory.ex;h=8eb07dc3c19e4f54d24f5372a8a46a58147a29d3;hb=2e859794ee25bdf22216587f8c8260e47b2a038f;hp=581c4a2d83fd02fbab89b859baa0f469c942d4c7;hpb=f64237927c05173e4f29dbbd2a563f123690da7e;p=akkoma diff --git a/test/support/factory.ex b/test/support/factory.ex index 581c4a2d8..8eb07dc3c 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{},