Lee-W commented on code in PR #33935:
URL: https://github.com/apache/airflow/pull/33935#discussion_r1311070799


##########
tests/cli/commands/test_task_command.py:
##########
@@ -816,7 +816,7 @@ def test_run_task_with_pool(self):
             session.commit()
 
             assert 
session.query(TaskInstance).filter_by(pool=pool_name).first() is None
-            task_command.task_run(self.parser.parse_args(self.task_args + 
["--pool", pool_name]))
+            task_command.task_run(self.parser.parse_args([*self.task_args, 
"--pool", pool_name]))

Review Comment:
   Maybe we can check whether @uranusjr 's suggestion 
[here](https://github.com/apache/airflow/pull/33934#discussion_r1311060232) is 
even better.



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