anishgirianish commented on code in PR #63491:
URL: https://github.com/apache/airflow/pull/63491#discussion_r3005531891
##########
providers/edge3/tests/unit/edge3/executors/test_edge_executor.py:
##########
@@ -53,7 +53,7 @@ def get_test_executor(self, pool_slots=1):
ti.dag_run.run_id = key.run_id
ti.dag_run.start_date = datetime(2021, 1, 1)
executor = EdgeExecutor()
- executor.queued_tasks = {key: [None, None, None, ti]}
+ executor.queued_tasks[key] = [None, None, None, ti]
Review Comment:
This helper method (get_test_executor) is dead code, it's defined but never
called by any test
--
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]