From b9ccd0c6c95bb7a0abfe2d7bd16fdb8ccebe4d27 Mon Sep 17 00:00:00 2001 From: Ephraim Anierobi Date: Wed, 21 Apr 2021 05:18:31 +0100 Subject: [PATCH] Update tests/jobs/test_local_task_job.py Co-authored-by: Kaxil Naik --- tests/jobs/test_local_task_job.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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