Skip to content

Commit

Permalink
ended regression test file in newline
Browse files Browse the repository at this point in the history
  • Loading branch information
d-wibowo committed Jan 14, 2025
1 parent 7c30df1 commit 7446800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression-tests.auth-py/test_DirectDNSKEYSignature.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ def testDNSKEYQueryWithoutDNSSEC(self):
self.assertTrue(dnskey_found, "DNSKEY record not found in the answer section")

rrsig_found = any(rrset.rdtype == dns.rdatatype.RRSIG for rrset in res.answer)
self.assertFalse(rrsig_found, "RRSIG records found unexpectedly without DNSSEC flag")
self.assertFalse(rrsig_found, "RRSIG records found unexpectedly without DNSSEC flag")

0 comments on commit 7446800

Please sign in to comment.