From cbc53250efc554d4de29311be7b9153104d9611a Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 22 Nov 2024 13:27:45 +0100 Subject: [PATCH] Update regression-tests.recursor-dnssec/test_RPZ.py Co-authored-by: Remi Gacogne --- regression-tests.recursor-dnssec/test_RPZ.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.47.2