jason810496 commented on code in PR #47270:
URL: https://github.com/apache/airflow/pull/47270#discussion_r1997493490
##########
tests/api_fastapi/core_api/routes/public/test_import_error.py:
##########
@@ -48,6 +50,15 @@ class TestImportErrorEndpoint:
@staticmethod
def _clear_db():
clear_db_import_errors()
+ clear_db_dags()
+
+ @provide_session
Review Comment:
Leave it as original since we doesn't restrict the `provide_session`
decorator and `session` fixture in test usage.
--
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]