This commit is contained in:
Jérémy Lecour 2021-01-23 18:16:55 +01:00 committed by Jérémy Lecour
parent 56b610949a
commit 3310ddb719

View file

@ -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