]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
chore: Remove dead code for `notifyexpected`
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Fri, 7 Nov 2025 16:20:51 +0000 (11:20 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Fri, 7 Nov 2025 17:11:47 +0000 (12:11 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
regression-tests.recursor-dnssec/test_Notify.py

index 2caf99c501cd58984a668ea3c2e88d63557abd33..8f33a177541311904dbfc841442561bd0b7c664c 100644 (file)
@@ -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)