fix: send_notifications preview

This commit is contained in:
simon lehericey 2022-10-06 15:27:18 +02:00 committed by LeSim
parent 878958b23b
commit 6cba489a54

View file

@ -21,12 +21,16 @@ class InstructeurMailerPreview < ActionMailer::Preview
procedure_libelle: 'une superbe démarche',
procedure_id: 213,
nb_en_construction: 2,
nb_en_instruction: 2,
nb_accepted: 4,
nb_notification: 2
},
{
procedure_libelle: 'une démarche incroyable',
procedure_id: 213,
nb_en_construction: 1,
nb_en_instruction: 2,
nb_accepted: 5,
nb_notification: 1
}
]