]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Make AggressiveNSECCacheBase.getMetric return int 16530/head
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 14:51:50 +0000 (09:51 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 15:19:05 +0000 (10:19 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
regression-tests.recursor-dnssec/test_AggressiveNSECCache.py

index 52185563110a346eb87582d5690c89bf79696056..ff79e6567c0174e7453269c20d7a95bffc7b94d3 100644 (file)
@@ -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,