From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 14:51:50 +0000 (-0500) Subject: Make AggressiveNSECCacheBase.getMetric return int X-Git-Tag: rec-5.4.0-alpha1~63^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b046dc61bfe66421361469c404ff727cab82471;p=thirdparty%2Fpdns.git Make AggressiveNSECCacheBase.getMetric return int Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/regression-tests.recursor-dnssec/test_AggressiveNSECCache.py b/regression-tests.recursor-dnssec/test_AggressiveNSECCache.py index 5218556311..ff79e6567c 100644 --- a/regression-tests.recursor-dnssec/test_AggressiveNSECCache.py +++ b/regression-tests.recursor-dnssec/test_AggressiveNSECCache.py @@ -47,6 +47,7 @@ class AggressiveNSECCacheBase(RecursorTest): return int(entry['value']) self.fail() + return -1 def testNoEDE(self): # This isn't an aggresive cache check, but the strcuture is very similar to the others,