Skip to content

Commit

Permalink
Bringing back original test_dmarc
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet committed Dec 30, 2023
1 parent ba7443b commit 754ad38
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 754ad38

Please sign in to comment.