ephraimbuddy commented on code in PR #27102:
URL: https://github.com/apache/airflow/pull/27102#discussion_r1011223302


##########
tests/sensors/test_external_task_sensor.py:
##########
@@ -1049,14 +1050,19 @@ def dag_bag_head_tail():
     dag_bag = DagBag(dag_folder=DEV_NULL, include_examples=False)
 
     with DAG("head_tail", start_date=DEFAULT_DATE, schedule="@daily") as dag:
+        @task
+        def dummy_task(x: int):
+            return x

Review Comment:
   How about you don't modify this fixture but create a separate fixture for 
this PR? If I understand correctly there's no breaking change so this fixture 
should still work



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