@@ -353,6 +353,7 @@ describe('Given a NGC user', () => {
353
353
354
354
expect ( createdSimulation ) . toEqual ( {
355
355
...payload ,
356
+ extendedSituation : null ,
356
357
createdAt : expect . any ( Date ) ,
357
358
date : expect . any ( Date ) ,
358
359
updatedAt : expect . any ( Date ) ,
@@ -622,7 +623,7 @@ describe('Given a NGC user', () => {
622
623
templateId : 122 ,
623
624
params : {
624
625
ORGANISATION_NAME : organisationName ,
625
- DETAILED_VIEW_URL : `https://nosgestesclimat.fr/organisations/${ organisationSlug } /resultats-detailles ?mtm_campaign=email-automatise&mtm_kwd=orga-invite-campagne` ,
626
+ DETAILED_VIEW_URL : `https://nosgestesclimat.fr/organisations/${ organisationSlug } /campagnes/ ${ pollSlug } ?mtm_campaign=email-automatise&mtm_kwd=orga-invite-campagne` ,
626
627
SIMULATION_URL : `https://nosgestesclimat.fr/fin?sid=${ payload . id } &mtm_campaign=email-automatise&mtm_kwd=fin-retrouver-simulation` ,
627
628
} ,
628
629
} ,
@@ -713,7 +714,7 @@ describe('Given a NGC user', () => {
713
714
templateId : 122 ,
714
715
params : {
715
716
ORGANISATION_NAME : organisationName ,
716
- DETAILED_VIEW_URL : `https://preprod.nosgestesclimat.fr/organisations/${ organisationSlug } /resultats-detailles ?mtm_campaign=email-automatise&mtm_kwd=orga-invite-campagne` ,
717
+ DETAILED_VIEW_URL : `https://preprod.nosgestesclimat.fr/organisations/${ organisationSlug } /campagnes/ ${ pollSlug } ?mtm_campaign=email-automatise&mtm_kwd=orga-invite-campagne` ,
717
718
SIMULATION_URL : `https://preprod.nosgestesclimat.fr/fin?sid=${ payload . id } &mtm_campaign=email-automatise&mtm_kwd=fin-retrouver-simulation` ,
718
719
} ,
719
720
} ,
@@ -762,7 +763,7 @@ describe('Given a NGC user', () => {
762
763
templateId : 123 ,
763
764
params : {
764
765
ORGANISATION_NAME : organisationName ,
765
- DETAILED_VIEW_URL : `https://nosgestesclimat.fr/organisations/${ organisationSlug } /resultats-detailles ?mtm_campaign=email-automatise&mtm_kwd=orga-invite-campagne` ,
766
+ DETAILED_VIEW_URL : `https://nosgestesclimat.fr/organisations/${ organisationSlug } /campagnes/ ${ pollSlug } ?mtm_campaign=email-automatise&mtm_kwd=orga-invite-campagne` ,
766
767
SIMULATION_URL : `https://nosgestesclimat.fr/fin?sid=${ payload . id } &mtm_campaign=email-automatise&mtm_kwd=fin-retrouver-simulation` ,
767
768
} ,
768
769
} ,
0 commit comments