summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid VaĊĦek <david.vasek@nic.cz>2024-12-17 10:29:57 +0100
committerDaniel Salzman <daniel.salzman@nic.cz>2024-12-18 09:35:12 +0100
commit5238477dcbf78c74c88803454ccf8acafe2033b8 (patch)
treec01fd957f4dab9398d3dea1fcf23c250c67892d9
parentfix: zone hang if last zone-reload oom (diff)
downloadknot-5238477dcbf78c74c88803454ccf8acafe2033b8.tar.xz
knot-5238477dcbf78c74c88803454ccf8acafe2033b8.zip
tests-extra: zone/expire -- fix a typo
-rw-r--r--tests-extra/tests/zone/expire/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-extra/tests/zone/expire/test.py b/tests-extra/tests/zone/expire/test.py
index ce185f901..00ce0e72a 100644
--- a/tests-extra/tests/zone/expire/test.py
+++ b/tests-extra/tests/zone/expire/test.py
@@ -47,7 +47,7 @@ sub_slave.stop()
# expire by shutting down the master
master.stop()
-t.sleep(EXPIRE_SLEEP);
+t.sleep(EXPIRE_SLEEP)
test_expire(zone, slave)
# bring back master (notifies slave)