pierrejeambrun commented on code in PR #70247:
URL: https://github.com/apache/airflow/pull/70247#discussion_r3631723869
##########
airflow-core/tests/unit/listeners/class_listener.py:
##########
@@ -27,8 +27,9 @@ def __init__(self):
self.stopped_component = None
self.state = []
self.dag_run_msg: str | None = None
- self.dag_has_dag_attr: bool | None = None
+ self.dag_run_has_dag_attr: bool | None = None
Review Comment:
dag_run_has_dag_attr, this is called in 'test_dag_runs.py' I believe it
needs adjustment there.
--
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]