From: Otto Moerbeek Date: Fri, 22 Nov 2024 12:27:45 +0000 (+0100) Subject: Update regression-tests.recursor-dnssec/test_RPZ.py X-Git-Tag: rec-5.2.0-beta1~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbc53250efc554d4de29311be7b9153104d9611a;p=thirdparty%2Fpdns.git Update regression-tests.recursor-dnssec/test_RPZ.py Co-authored-by: Remi Gacogne --- diff --git a/regression-tests.recursor-dnssec/test_RPZ.py b/regression-tests.recursor-dnssec/test_RPZ.py index 71202bf3f4..c72bae7632 100644 --- a/regression-tests.recursor-dnssec/test_RPZ.py +++ b/regression-tests.recursor-dnssec/test_RPZ.py @@ -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))