kaxil commented on a change in pull request #9240:
URL: https://github.com/apache/airflow/pull/9240#discussion_r439368621



##########
File path: tests/executors/test_kubernetes_executor.py
##########
@@ -205,7 +205,7 @@ def test_run_next_exception(self, mock_get_kube_client, 
mock_kubernetes_job_watc
         try_number = 1
         kubernetes_executor.execute_async(key=('dag', 'task', 
datetime.utcnow(), try_number),
                                           queue=None,
-                                          command='command',
+                                          command=["airflow", "version"],

Review comment:
       Updated in 
https://github.com/apache/airflow/pull/9240/commits/3c61dfd52781231d567a4859a72d1667e1491765




----------------------------------------------------------------
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:
[email protected]


Reply via email to