From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 7 Nov 2025 14:13:50 +0000 (-0500) Subject: chore: Remove dead code for `confdir` X-Git-Tag: rec-5.4.0-alpha1~115^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ee24d297eca707a8720a2393d5a77434c03ad6d;p=thirdparty%2Fpdns.git chore: Remove dead code for `confdir` Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/regression-tests.recursor-dnssec/test_Cookies.py b/regression-tests.recursor-dnssec/test_Cookies.py index e173341717..995b0f7f34 100644 --- a/regression-tests.recursor-dnssec/test_Cookies.py +++ b/regression-tests.recursor-dnssec/test_Cookies.py @@ -95,7 +95,6 @@ packetcache: assert(ok) def testAuthDoesnotSendCookies(self): - confdir = os.path.join('configs', self._confdir) # Case: rec does not get a cookie back expected = dns.rrset.from_text('unsupported.cookies.example.', 15, dns.rdataclass.IN, 'A', '127.0.0.1') query = dns.message.make_query('unsupported.cookies.example.', 'A')