Skip to content

Commit

Permalink
fix: Fix missed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
AyakorK committed Sep 23, 2024
1 parent 65a65c0 commit 830e526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/mailers/confirmation_reminder_mailer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module Decidim
it "parses the body in the user's locale" do
expect(email_body(mail)).to include("Vous avez créé un compte il y a 2 jours mais vous ne l'avez pas encore confirmé.")
expect(email_body(mail)).to include("Veuillez confirmer votre compte en cliquant sur le lien ci-dessous.")
expect(email_body(mail)).to include("L'ensemble de vos votes seront supprimés dans 6 jours si votre compte n'est pas confirmé dans ce délai.")
expect(email_body(mail)).to include("L'ensemble de vos signatures seront annulées dans 6 jours si vous ne confirmez pas votre compte.")
end
end
end
Expand Down

0 comments on commit 830e526

Please sign in to comment.