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



##########
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:
       This is still an invalid command. Or is the change really just to make 
it a list?




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