Skip to content

Commit

Permalink
Bringing back original test_dmarc (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet authored Jan 8, 2024
1 parent db81a0f commit f6923f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_dmarc.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class DMARCTestCase(BaseTestCase):
def test_correct(self) -> None:
result = self.check_domain("cert.pl")
result = self.check_domain("correct.dmarc." + TEST_DOMAIN)
assert re.search(CORRECT_CONFIG_REGEX, result)
assert not re.search(INCORRECT_CONFIG_REGEX, result)

Expand Down

0 comments on commit f6923f1

Please sign in to comment.