mailers: mention the auto_archive in notify_new_draft

This commit is contained in:
Judith 2020-05-20 16:50:48 +02:00 committed by GitHub Action
parent e73086ee4c
commit 59346ee868
3 changed files with 10 additions and 1 deletions

View file

@ -86,6 +86,10 @@ FactoryBot.define do
end
end
trait :with_auto_archive do
auto_archive_on { Time.zone.today + 20 }
end
trait :with_type_de_champ do
transient do
types_de_champ_count { 1 }