Merge branch 'chore/fast_sanitize_bump' into 'develop'
[akkoma] / test / support / builders / user_builder.ex
index 6da16f71a90df664f9467633cfef851502f4c132..fcfea666f1a2f517f2b8a698e632cc0f1c1a9728 100644 (file)
@@ -10,7 +10,8 @@ defmodule Pleroma.Builders.UserBuilder do
       password_hash: Comeonin.Pbkdf2.hashpwsalt("test"),
       bio: "A tester.",
       ap_id: "some id",
-      last_digest_emailed_at: NaiveDateTime.truncate(NaiveDateTime.utc_now(), :second)
+      last_digest_emailed_at: NaiveDateTime.truncate(NaiveDateTime.utc_now(), :second),
+      notification_settings: %Pleroma.User.NotificationSetting{}
     }
 
     Map.merge(user, data)