Remove debug print statements in test suite

This commit is contained in:
Scott Kitterman
2018-02-17 13:56:47 -05:00
parent b1adfa3e33
commit 1cafbe7e03
-2
View File
@@ -106,8 +106,6 @@ p=11qYAYKxCrfVS/7TyWQHOg7hcvPapiMlrwIaaPcHURo="""
sig = dkim.sign( sig = dkim.sign(
self.message3, b"brisbane", b"football.example.com", self.rfckey, self.message3, b"brisbane", b"football.example.com", self.rfckey,
canonicalize=(header_algo, body_algo), signature_algorithm=b'ed25519-sha256') canonicalize=(header_algo, body_algo), signature_algorithm=b'ed25519-sha256')
print(header_algo, body_algo)
print(sig)
d = dkim.DKIM(self.message4) d = dkim.DKIM(self.message4)
res = d.verify(dnsfunc=self.dnsfunc) res = d.verify(dnsfunc=self.dnsfunc)
self.assertTrue(res) self.assertTrue(res)