]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
ended regression test file in newline
authord-wibowo <d.wibowo@samsung.com>
Tue, 14 Jan 2025 01:14:27 +0000 (08:14 +0700)
committerd-wibowo <d.wibowo@samsung.com>
Tue, 14 Jan 2025 01:14:27 +0000 (08:14 +0700)
regression-tests.auth-py/test_DirectDNSKEYSignature.py

index 014ca10dd1f0f1dbd89e52ba557e923d66705e3f..fe5929ba7ba77a2e1701099f68c126ddc033efc6 100644 (file)
@@ -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")