Skip to content

Commit

Permalink
Fix test email
Browse files Browse the repository at this point in the history
  • Loading branch information
ssedoudbgouv committed Feb 22, 2024
1 parent deb17cb commit d9f0ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/AdminController.scala
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ class AdminController(
(recipient =>
ConsumerReportAcknowledgment(
genReport.copy(
status = ReportStatus.NA,
status = ReportStatus.TraitementEnCours,
tags = List(ReportTag.ProduitDangereux),
email = recipient
),
Expand All @@ -342,7 +342,7 @@ class AdminController(
(recipient =>
ConsumerReportAcknowledgment(
genReport.copy(
status = ReportStatus.TraitementEnCours,
status = ReportStatus.NA,
companyAddress = Address(country = Some(Country.Italie)),
email = recipient
),
Expand Down

0 comments on commit d9f0ca3

Please sign in to comment.