From: Otto Moerbeek Date: Tue, 11 Jan 2022 15:23:03 +0000 (+0100) Subject: servfail.nl changed theuir setup. X-Git-Tag: auth-4.7.0-alpha1~81^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11168%2Fhead;p=thirdparty%2Fpdns.git servfail.nl changed theuir setup. I think in an ideal world we should return 9 (DNSSEC key missing) but I don't see a easy way to do that at the moment. --- diff --git a/regression-tests.recursor-dnssec/test_ExtendedErrors.py b/regression-tests.recursor-dnssec/test_ExtendedErrors.py index 1682644c9e..19f71ae444 100644 --- a/regression-tests.recursor-dnssec/test_ExtendedErrors.py +++ b/regression-tests.recursor-dnssec/test_ExtendedErrors.py @@ -119,7 +119,7 @@ extended-resolution-errors=yes self.assertEqual(res.edns, 0) self.assertEqual(len(res.options), 1) self.assertEqual(res.options[0].otype, 15) - self.assertEqual(res.options[0], extendederrors.ExtendedErrorOption(7, b'')) + self.assertEqual(res.options[0], extendederrors.ExtendedErrorOption(6, b'')) def testBogus(self): qname = 'bogussig.ok.bad-dnssec.wb.sidnlabs.nl.'