From 2cd34ba5c565ee6bad368f577e34fa6d9519ab7d Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 11 Jan 2022 16:23:03 +0100 Subject: [PATCH] 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. --- regression-tests.recursor-dnssec/test_ExtendedErrors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.' -- 2.47.2