diff --git a/test/services/email_importer_test.rb b/test/services/email_importer_test.rb index 14de2cd..843a382 100644 --- a/test/services/email_importer_test.rb +++ b/test/services/email_importer_test.rb @@ -14,7 +14,7 @@ class EmailImporterTest < ActiveSupport::TestCase test "convert html to text when multipart and html only" do email = email_from_eml("html_only_multipart.eml") - expected = /Complément d''information : suite du ticket 2009P88471/ + expected = /Complément d''information : suite du ticket 2009P88471/ assert_match(expected, email.plain_body) assert_no_html email.plain_body