From 2b0bade81c76cd047c82d6d853394b3e554bb142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 6 Jul 2023 15:38:48 +0200 Subject: [PATCH] Fix typo in tests_shutdown.py --- bin/tests/system/shutdown/tests_shutdown.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/shutdown/tests_shutdown.py b/bin/tests/system/shutdown/tests_shutdown.py index 2e2bee6c47..5ca19ba160 100755 --- a/bin/tests/system/shutdown/tests_shutdown.py +++ b/bin/tests/system/shutdown/tests_shutdown.py @@ -162,7 +162,7 @@ def wait_for_proc_termination(proc, max_timeout=10): # In both methods named should exit gracefully. @pytest.mark.parametrize( "kill_method", - [pytest.param("rndc", marks=pytest.mark.xfail(reason="GL#4060")), "sigtem"], + [pytest.param("rndc", marks=pytest.mark.xfail(reason="GL#4060")), "sigterm"], ) def test_named_shutdown(named_port, control_port, kill_method): # pylint: disable-msg=too-many-locals