notify: remove duplicate test number

This commit is contained in:
Mark Andrews 2021-12-21 11:38:03 +11:00 committed by Michal Nowak
parent 3e9a2c8a7f
commit 7c9d4e99d4

View file

@ -206,7 +206,7 @@ test_end
# above, which should time out at some point; we need to wait for them to
# appear in the logs in case the tests run faster than the notify timeouts
test_start "checking notify retries expire within 45 seconds ($n)"
test_start "checking notify retries expire within 45 seconds"
nextpartreset ns3/named.run
wait_for_log 45 'retries exceeded' ns3/named.run || ret=1
test_end