non condition dir creation
[akkoma] / test / support / factory.ex
index 581c4a2d83fd02fbab89b859baa0f469c942d4c7..8eb07dc3c19e4f54d24f5372a8a46a58147a29d3 100644 (file)
@@ -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{},