From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:31:14 +0000 (-0500) Subject: spelling: only X-Git-Tag: rec-5.4.0-alpha1~61^2~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b69c03e22f2b8358c83d5fc09e7338d8e42c3650;p=thirdparty%2Fpdns.git spelling: only Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/regression-tests.dnsdist/test_EBPF.py b/regression-tests.dnsdist/test_EBPF.py index 1cefa28f14..6a9973f925 100644 --- a/regression-tests.dnsdist/test_EBPF.py +++ b/regression-tests.dnsdist/test_EBPF.py @@ -96,7 +96,7 @@ class TestSimpleEBPF(DNSDistTest): receivedResponse.id = response.id self.assertEqual(response, receivedResponse) - def testQNameBlockedOnylForAny(self): + def testQNameBlockedOnlyForAny(self): # unblock 127.0.0.1, just in case self.sendConsoleCommand('bpf:unblock(newCA("127.0.0.1"))')