Finally fix backend tests

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-06-04 16:32:26 +02:00
parent f480936eb4
commit f100fce0da
5 changed files with 21 additions and 12 deletions

View File

@@ -31,7 +31,9 @@ defmodule Mobilizon.Factory do
notification_before_event: false,
notification_pending_participation: :one_day,
notification_pending_membership: :one_day,
user_id: nil
group_notifications: :one_day,
last_notification_sent: nil,
user: build(:user)
}
end