We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e7191 commit 876149bCopy full SHA for 876149b
tests.py
@@ -126,7 +126,7 @@ def testDNSSEC(self):
126
"""Test known good DNSSEC"""
127
self.assertEqual(checkdmarc.dnssec.test_dnssec("fbi.gov"), True)
128
129
- # TODO: Figure out ehy this passes on my system, but fails on GitHub Workflows
+ # TODO: Figure out ehy this passes on my system, but fails on GitHub Workflows
130
@unittest.skip()
131
def testIncludeMissingSPF(self):
132
"""A warning is included for SPF records that include domains that are missing SPF records"""
0 commit comments