Skip to content

Commit 876149b

Browse files
committed
Update tests.py
1 parent 38e7191 commit 876149b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def testDNSSEC(self):
126126
"""Test known good DNSSEC"""
127127
self.assertEqual(checkdmarc.dnssec.test_dnssec("fbi.gov"), True)
128128

129-
# TODO: Figure out ehy this passes on my system, but fails on GitHub Workflows
129+
# TODO: Figure out ehy this passes on my system, but fails on GitHub Workflows
130130
@unittest.skip()
131131
def testIncludeMissingSPF(self):
132132
"""A warning is included for SPF records that include domains that are missing SPF records"""

0 commit comments

Comments
 (0)