Lee-W commented on code in PR #64394:
URL: https://github.com/apache/airflow/pull/64394#discussion_r3008612868
##########
providers/standard/tests/unit/standard/sensors/test_external_task_sensor.py:
##########
@@ -1120,6 +1120,28 @@ def
test_external_task_sensor_deferrable_timeout_priority(self, dag_maker):
op.execute(context=context)
assert exc.value.timeout == timedelta(seconds=90)
+ @pytest.mark.execution_timeout(10)
+ def
test_external_task_sensor_deferrable_check_existence_dag_not_found(self,
dag_maker):
+ """Test that deferrable sensor raises ExternalDagNotFoundError when
DAG doesn't exist."""
Review Comment:
```suggestion
"""Test that deferrable sensor raises ExternalDagNotFoundError when
Dag doesn't exist."""
```
--
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]