ashb commented on a change in pull request #13278:
URL: https://github.com/apache/airflow/pull/13278#discussion_r551386700
##########
File path: tests/operators/test_python.py
##########
@@ -436,7 +436,7 @@ def add_number(num: int):
with self.dag:
ret = add_number(2)
self.dag.create_dagrun(
- run_id=DagRunType.MANUAL,
+ run_id=DagRunType.MANUAL.value,
Review comment:
Can revert the changes in this file can't we?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]