diff options
author | David VaĊĦek <david.vasek@nic.cz> | 2024-12-17 10:29:57 +0100 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2024-12-18 09:35:12 +0100 |
commit | 5238477dcbf78c74c88803454ccf8acafe2033b8 (patch) | |
tree | c01fd957f4dab9398d3dea1fcf23c250c67892d9 | |
parent | fix: zone hang if last zone-reload oom (diff) | |
download | knot-5238477dcbf78c74c88803454ccf8acafe2033b8.tar.xz knot-5238477dcbf78c74c88803454ccf8acafe2033b8.zip |
tests-extra: zone/expire -- fix a typo
-rw-r--r-- | tests-extra/tests/zone/expire/test.py | 2 |
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) |