fix: send_notifications preview
This commit is contained in:
parent
878958b23b
commit
6cba489a54
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue