You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/06/23 10:54:52 UTC

[GitHub] [airflow] uranusjr commented on a change in pull request #16589: AWS DataSync cancel task on exception (#11011)

uranusjr commented on a change in pull request #16589:
URL: https://github.com/apache/airflow/pull/16589#discussion_r656982540



##########
File path: tests/providers/amazon/aws/operators/test_datasync.py
##########
@@ -710,7 +710,7 @@ def test_killed_task(self, mock_wait, mock_get_conn):
         # ### Begin tests:
 
         # Kill the task when doing wait_for_task_execution
-        def kill_task(*args):
+        def kill_task(*args, **kwargs):

Review comment:
       What is this change for? It doesn’t seem to be related without others.




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org