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 19174e6 commit deb17cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/AdminController.scala
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ class AdminController(
(recipient =>
ConsumerReportAcknowledgment(
genReport.copy(
status = ReportStatus.NA,
status = ReportStatus.TraitementEnCours,
companyAddress = Address(country = Some(Country.Italie)),
email = recipient
),
Expand Down

0 comments on commit deb17cb

Please sign in to comment.