From: Miod Vallat Date: Thu, 20 Nov 2025 14:26:41 +0000 (+0100) Subject: Merge pull request #16531 from jsoref/spelling X-Git-Tag: rec-5.4.0-alpha1~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65e4ccd93d15c5a8f18de6fe3c2827de5b3461a1;p=thirdparty%2Fpdns.git Merge pull request #16531 from jsoref/spelling Spelling --- 65e4ccd93d15c5a8f18de6fe3c2827de5b3461a1 diff --cc regression-tests.recursor-dnssec/test_AggressiveNSECCache.py index ff79e6567c,284ae1dcd6..76ce173ece --- a/regression-tests.recursor-dnssec/test_AggressiveNSECCache.py +++ b/regression-tests.recursor-dnssec/test_AggressiveNSECCache.py @@@ -46,11 -46,10 +46,11 @@@ class AggressiveNSECCacheBase(RecursorT if entry['name'] == name: return int(entry['value']) - self.assertTrue(False) + self.fail() + return -1 def testNoEDE(self): - # This isn't an aggresive cache check, but the strcuture is very similar to the others, + # This isn't an aggressive cache check, but the structure is very similar to the others, # so letys place it here. # It test the issue that an intermediate EDE does not get reported with the final answer # https://github.com/PowerDNS/pdns/pull/12694