jedcunningham commented on code in PR #47473:
URL: https://github.com/apache/airflow/pull/47473#discussion_r1984202507
##########
tests/models/test_dag.py:
##########
@@ -120,9 +121,11 @@
def clear_dags():
clear_db_dags()
clear_db_serialized_dags()
+ clear_db_dag_bundles()
yield
clear_db_dags()
clear_db_serialized_dags()
+ clear_db_dag_bundles
Review Comment:
```suggestion
clear_db_dag_bundles()
```
--
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]