diff options
| author | Mark Sapiro | 2016-12-09 13:14:23 -0800 |
|---|---|---|
| committer | Mark Sapiro | 2016-12-09 13:14:23 -0800 |
| commit | 6f47aaf7b7b30df756a8ee7d4024f6ecbea251fe (patch) | |
| tree | 1f25e7ab35f3b6562c5a395730d0492f80fa66f6 /src/mailman/handlers/tests | |
| parent | fac05445902a770fa5f1087debd5b5257e66bddd (diff) | |
| download | mailman-6f47aaf7b7b30df756a8ee7d4024f6ecbea251fe.tar.gz mailman-6f47aaf7b7b30df756a8ee7d4024f6ecbea251fe.tar.zst mailman-6f47aaf7b7b30df756a8ee7d4024f6ecbea251fe.zip | |
Diffstat (limited to 'src/mailman/handlers/tests')
| -rw-r--r-- | src/mailman/handlers/tests/test_dmarc.py | 10 |
1 files 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 <html><head></head><body>Some things to say.</body></html> @@ -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 <html><head></head><body>Some things to say.</body></html> @@ -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 <html><head></head><body>Some things to say.</body></html> @@ -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 <html><head></head><body>Some things to say.</body></html> @@ -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 <html><head></head><body>Some things to say.</body></html> |
