]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: only
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 17:31:14 +0000 (12:31 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:31:11 +0000 (07:31 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
regression-tests.dnsdist/test_EBPF.py

index 1cefa28f14b0c43a7104eb7454bb4735baa4a619..6a9973f9250206e371240d77e064bb1bfb20bc81 100644 (file)
@@ -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"))')