From 6f47aaf7b7b30df756a8ee7d4024f6ecbea251fe Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Fri, 9 Dec 2016 13:14:23 -0800 Subject: Fixed Content-Type of text/html part in tests. --- src/mailman/handlers/tests/test_dmarc.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mailman/handlers/tests/test_dmarc.py b/src/mailman/handlers/tests/test_dmarc.py index 2a403c3d7..ca1978299 100644 --- a/src/mailman/handlers/tests/test_dmarc.py +++ b/src/mailman/handlers/tests/test_dmarc.py @@ -57,7 +57,7 @@ Content-Transfer-Encoding: 7bit Some things to say. --=====abc== -Content-Type: text/plain; charset="us-ascii" +Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit Some things to say. @@ -100,7 +100,7 @@ Content-Transfer-Encoding: 7bit Some things to say. --=====abc== -Content-Type: text/plain; charset="us-ascii" +Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit Some things to say. @@ -135,7 +135,7 @@ Content-Transfer-Encoding: 7bit Some things to say. --=====abc== -Content-Type: text/plain; charset="us-ascii" +Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit Some things to say. @@ -166,7 +166,7 @@ Content-Transfer-Encoding: 7bit Some things to say. --=====abc== -Content-Type: text/plain; charset="us-ascii" +Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit Some things to say. @@ -267,7 +267,7 @@ Content-Transfer-Encoding: 7bit Some things to say. --=====abc== -Content-Type: text/plain; charset="us-ascii" +Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit Some things to say. -- cgit v1.3.1