From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 7 Nov 2025 17:00:19 +0000 (-0500) Subject: chore: Remove unused variable `search` X-Git-Tag: rec-5.4.0-alpha1~115^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f1c8320ffe140573140b644a9bf6988611de10d;p=thirdparty%2Fpdns.git chore: Remove unused variable `search` Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/regression-tests.api/test_Zones.py b/regression-tests.api/test_Zones.py index bb46d2483c..4afd6533b1 100644 --- a/regression-tests.api/test_Zones.py +++ b/regression-tests.api/test_Zones.py @@ -2370,7 +2370,6 @@ $NAME$ 1D IN SOA ns1.example.org. hostmaster.example.org. ( @unittest.skipIf(is_auth_lmdb(), "No get_db_records for LMDB") def test_override_api_rectify(self): name = unique_zone_name() - search = name.split('.')[0] rrsets = [ { "name": 'a.' + name,