From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 17 Nov 2025 12:57:16 +0000 (-0500) Subject: Remove redundant assignment X-Git-Tag: rec-5.4.0-alpha1~66^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30b07962614f46850b95ae986cc18771552829bd;p=thirdparty%2Fpdns.git Remove redundant assignment Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/regression-tests.dnsdist/test_Routing.py b/regression-tests.dnsdist/test_Routing.py index cc81a25860..f4458f24bc 100644 --- a/regression-tests.dnsdist/test_Routing.py +++ b/regression-tests.dnsdist/test_Routing.py @@ -138,7 +138,6 @@ class RoundRobinTest(object): check that dnsdist routes half of it to each backend. """ numberOfQueries = 10 - name = name query = dns.message.make_query(name, 'A', 'IN') response = dns.message.make_response(query) rrset = dns.rrset.from_text(name,