aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2019-03-21 10:15:28 +0100
committerGuido Günther <agx@sigxcpu.org>2019-03-21 10:16:04 +0100
commit38bb4bfec1272b5d48bdf9d86b5df245b1941260 (patch)
treef6f8147b7b08e680f34771063cc4bfd4ad3ce616
parent74669f0925b7c3d08a735d4e302b656b766d15cf (diff)
tests: Drop mime headers from test case
As a result of 74669f0925b7c3d08a735d4e302b656b766d15cf we don't parse these out anymore (but don't need them either) Gbp-Dch: Ignore
-rw-r--r--tests/08_test_patch.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/08_test_patch.py b/tests/08_test_patch.py
index 9fe7f7fd..cf87b811 100644
--- a/tests/08_test_patch.py
+++ b/tests/08_test_patch.py
@@ -116,10 +116,6 @@ class TestBase64Patch(unittest.TestCase):
self.assertEqual("Nick Leverton", p.author)
self.assertEqual("nick@leverton.org", p.email)
self.assertEqual("""\
-MIME-Version: 1.0
-Content-Type: text/plain; charset="utf-8"
-Content-Transfer-Encoding: base64
-
Sort files when using mergelib to create libnullmailer.a, to get
reproducible build