This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git
from 4bcd4d75880 Remove `MENU` from `ResourceMethod` in auth manager (#52731) add 6f295a48b91 Fix Dag list filtering to include QUEUED DagRuns with null start_date (#52668) No new revisions were added by this update. Summary of changes: .../src/airflow/api_fastapi/common/db/dags.py | 3 +- .../unit/api_fastapi/common/db}/__init__.py | 0 .../tests/unit/api_fastapi/common/db/test_dags.py | 265 +++++++++++++++++++++ 3 files changed, 266 insertions(+), 2 deletions(-) copy airflow-core/{src/airflow/api => tests/unit/api_fastapi/common/db}/__init__.py (100%) create mode 100644 airflow-core/tests/unit/api_fastapi/common/db/test_dags.py