From: d-wibowo Date: Tue, 14 Jan 2025 01:14:27 +0000 (+0700) Subject: ended regression test file in newline X-Git-Tag: dnsdist-2.0.0-alpha1~154^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7446800f7c71b7e81feb6f47a34d836ec73fa717;p=thirdparty%2Fpdns.git ended regression test file in newline --- diff --git a/regression-tests.auth-py/test_DirectDNSKEYSignature.py b/regression-tests.auth-py/test_DirectDNSKEYSignature.py index 014ca10dd1..fe5929ba7b 100644 --- a/regression-tests.auth-py/test_DirectDNSKEYSignature.py +++ b/regression-tests.auth-py/test_DirectDNSKEYSignature.py @@ -71,4 +71,4 @@ example.org. 3600 IN RRSIG DNSKEY 13 2 3600 20250118211239 202 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") \ No newline at end of file + self.assertFalse(rrsig_found, "RRSIG records found unexpectedly without DNSSEC flag")