]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update regression-tests.recursor-dnssec/test_RPZ.py 14863/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 22 Nov 2024 12:27:45 +0000 (13:27 +0100)
committerGitHub <noreply@github.com>
Fri, 22 Nov 2024 12:27:45 +0000 (13:27 +0100)
Co-authored-by: Remi Gacogne <github@coredump.fr>
regression-tests.recursor-dnssec/test_RPZ.py

index 71202bf3f44ee663b287f5a28516e30740924c81..c72bae7632a6e01033bcbe61e41ded997ba301d0 100644 (file)
@@ -432,7 +432,7 @@ e 3600 IN A 192.0.2.42
             # if the above call did not throw an exception the SOA has the right owner, continue
             soa = zone.get_soa()
             if soa.serial == serial and soa.mname == dns.name.from_text('ns.zone.rpz.'):
-                return # we foiund what we expected
+                return # we found what we expected
             attempts = attempts + incr
             time.sleep(incr)
         raise AssertionError("Waited %d seconds for the dumpfile to be updated to %d but the serial is still %d" % (timeout, serial, soa.serial))