diff --git a/test/services/email_importer_test.rb b/test/services/email_importer_test.rb index 8610e33..788496e 100644 --- a/test/services/email_importer_test.rb +++ b/test/services/email_importer_test.rb @@ -5,7 +5,7 @@ class EmailImporterTest < ActiveSupport::TestCase test "convert html to text when not multipart html only" do email = email_from_eml("html_only.eml") - expected = /Attention, plus que quelques jours pour bénéficier du FNE !/ + expected = /Attention, plus que quelques jours pour/ assert_match(expected, email.plain_body) assert_no_html email.plain_body