diff --git a/tests/jobs/test_local_task_job.py b/tests/jobs/test_local_task_job.py index 459982b974e409..ddf75c5c899daa 100644 --- a/tests/jobs/test_local_task_job.py +++ b/tests/jobs/test_local_task_job.py @@ -497,7 +497,7 @@ def task_function(ti): def test_process_kill_call_on_failure_callback(self): """ - Test that ensures that where a task is killed with sigterm + Test that ensures that when a task is killed with sigterm on_failure_callback gets executed """ # use shared memory value so we can properly track value change even if