From dabf9ea36eae9b0a59f15c2771360cc88a503bbc Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Sun, 24 Jan 2021 09:46:03 +0100 Subject: [PATCH] =?UTF-8?q?cet=20email=20de=20test=20est=20foir=C3=A9,=20d?= =?UTF-8?q?onc=20les=20accents=20ne=20sont=20pas=20fiables?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/services/email_importer_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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