eejbyfeldt commented on code in PR #30165:
URL: https://github.com/apache/airflow/pull/30165#discussion_r1140025754


##########
tests/models/test_taskinstance.py:
##########
@@ -448,51 +448,51 @@ def raise_skip_exception():
         ti.run()
         assert State.SKIPPED == ti.state
 
-    def test_task_sigterm_works_with_retries(self, dag_maker):
+    def test_task_sigterm_calls_on_failure_callack(self, dag_maker, caplog):

Review Comment:
   ```suggestion
       def test_task_sigterm_calls_on_failure_callback(self, dag_maker, caplog):
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to