Update test data and test harness for test_verify_third_party - now it passes

This commit is contained in:
Scott Kitterman
2018-02-05 13:43:19 -05:00
parent 3209be62d1
commit 6bbbdf9b22
2 changed files with 15 additions and 12 deletions
+3
View File
@@ -7,5 +7,8 @@ Received: from jgh by myhost.test.ex with local (Exim x.yz)
1dtXln-0000YP-Hb
a@test.ex; Sun, 17 Sep 2017 12:29:51 +0100
From: nobody@example.com
Message-Id: <E1dtXln-0000YP-Hb@myhost.test.ex>
Sender: CALLER_NAME <jgh@myhost.test.ex>
Date: Sun, 17 Sep 2017 12:29:51 +0100
content
+1 -1
View File
@@ -100,7 +100,7 @@ p=yi50DjK5O9pqbFpNHklsv9lqaS0ArSYu02qp1S0DW1Y=""",
def test_verify_third_party(self):
# Message signed by prototype Exim implementation
res = dkim.verify(self.message2)
res = dkim.verify(self.message2, dnsfunc=self.dnsfunc)
self.assertTrue(res)
def test_add_body_length(self):