Merge branch 'main' into feature/prefill_repetible

This commit is contained in:
Damien Le Thiec 2023-02-11 22:40:56 +01:00
commit dbb92e7fd3
154 changed files with 1498 additions and 557 deletions

View file

@ -6,7 +6,7 @@ FactoryBot.define do
status { "dispatched" }
trait :dolist do
add_attribute(:method) { "dolist" }
add_attribute(:method) { "dolist_smtp" }
end
end
end

View file

@ -9,6 +9,7 @@ FactoryBot.define do
published_at { nil }
duree_conservation_dossiers_dans_ds { 3 }
max_duree_conservation_dossiers_dans_ds { Procedure::OLD_MAX_DUREE_CONSERVATION }
estimated_duration_visible { true }
ask_birthday { false }
lien_site_web { "https://mon-site.gouv" }
path { SecureRandom.uuid }