From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 7 Nov 2025 16:20:51 +0000 (-0500) Subject: chore: Remove dead code for `notifyexpected` X-Git-Tag: rec-5.4.0-alpha1~115^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=990b3e3ab01bb2d0bc00b8fec2ce685ceb23e17e;p=thirdparty%2Fpdns.git chore: Remove dead code for `notifyexpected` Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/regression-tests.recursor-dnssec/test_Notify.py b/regression-tests.recursor-dnssec/test_Notify.py index 2caf99c501..8f33a17754 100644 --- a/regression-tests.recursor-dnssec/test_Notify.py +++ b/regression-tests.recursor-dnssec/test_Notify.py @@ -105,7 +105,6 @@ f 3600 IN CNAME f ; CNAME loop: dirty trick to get a ServFail in an a notify = dns.message.make_query('example', 'SOA', want_dnssec=False) notify.set_opcode(4) # notify - notifyexpected = dns.rrset.from_text('example.', 0, dns.rdataclass.IN, 'SOA') for method in ("sendUDPQuery", "sendTCPQuery"): sender = getattr(self, method) res = sender(notify)