potiuk commented on a change in pull request #6596: [AIRFLOW-6004] Untangle 
Executors class to avoid cyclic imports
URL: https://github.com/apache/airflow/pull/6596#discussion_r351374899
 
 

 ##########
 File path: tests/executors/test_dask_executor.py
 ##########
 @@ -58,8 +57,8 @@ def assert_tasks_on_executor(self, executor):
         success_command = ['true', 'some_parameter']
         fail_command = ['false', 'some_parameter']
 
-        executor.execute_async(key='success', command=success_command)
-        executor.execute_async(key='fail', command=fail_command)
+        executor.execute_async(key='success', command_string=success_command)
+        executor.execute_async(key='fail', command_string=fail_command)
 
 Review comment:
   Left-over from a temp problem. Reason why some tests failed.

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


With regards,
Apache Git Services

Reply via email to