From: Otto Moerbeek Date: Mon, 26 Feb 2024 13:58:02 +0000 (+0100) Subject: Typos X-Git-Tag: rec-4.9.4~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7aa090e1e59918edf572894335be0de921b14b0;p=thirdparty%2Fpdns.git Typos --- diff --git a/regression-tests.recursor-dnssec/test_ExtendedErrors.py b/regression-tests.recursor-dnssec/test_ExtendedErrors.py index d9198b599b..dd0ff8ddec 100644 --- a/regression-tests.recursor-dnssec/test_ExtendedErrors.py +++ b/regression-tests.recursor-dnssec/test_ExtendedErrors.py @@ -83,7 +83,7 @@ extended-resolution-errors=yes super(ExtendedErrorsRecursorTest, cls).generateRecursorConfig(confdir) - @unittest.skip(reason="sidnlabs no longer serves thiss until further notice") + @unittest.skip(reason="sidnlabs no longer serves this until further notice") def testNotIncepted(self): qname = 'signotincepted.bad-dnssec.wb.sidnlabs.nl.' query = dns.message.make_query(qname, 'A', want_dnssec=True) @@ -97,7 +97,7 @@ extended-resolution-errors=yes self.assertEqual(res.options[0].otype, 15) self.assertEqual(res.options[0], extendederrors.ExtendedErrorOption(8, b'')) - @unittest.skip(reason="sidnlabs no longer serves thiss until further notice") + @unittest.skip(reason="sidnlabs no longer serves this until further notice") def testExpired(self): qname = 'sigexpired.bad-dnssec.wb.sidnlabs.nl.' query = dns.message.make_query(qname, 'A', want_dnssec=True) @@ -124,7 +124,7 @@ extended-resolution-errors=yes self.assertEqual(res.options[0].otype, 15) self.assertEqual(res.options[0], extendederrors.ExtendedErrorOption(6, b'')) - @unittest.skip(reason="sidnlabs no longer serves thiss until further notice") + @unittest.skip(reason="sidnlabs no longer serves this until further notice") def testBogus(self): qname = 'bogussig.ok.bad-dnssec.wb.sidnlabs.nl.' query = dns.message.make_query(qname, 'A', want_dnssec=True) @@ -239,7 +239,7 @@ extended-resolution-errors=no def generateRecursorConfig(cls, confdir): super(NoExtendedErrorsRecursorTest, cls).generateRecursorConfig(confdir) - @unittest.skip(reason="sidnlabs no longer serves thiss until further notice") + @unittest.skip(reason="sidnlabs no longer serves this until further notice") def testNotIncepted(self): qname = 'signotincepted.bad-dnssec.wb.sidnlabs.nl.' query = dns.message.make_query(qname, 'A', want_dnssec=True)