This is an automated email from the ASF dual-hosted git repository.
ash pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 2b15e9f26f Fix main (#42903)
2b15e9f26f is described below
commit 2b15e9f26fee27b6c1fbc8167d0e0558198ffa7a
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Thu Oct 10 23:34:59 2024 +0800
Fix main (#42903)
---
tests/api_fastapi/views/public/test_dag_run.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/api_fastapi/views/public/test_dag_run.py
b/tests/api_fastapi/views/public/test_dag_run.py
index dab8190706..176ae07d3f 100644
--- a/tests/api_fastapi/views/public/test_dag_run.py
+++ b/tests/api_fastapi/views/public/test_dag_run.py
@@ -25,7 +25,8 @@ from airflow.operators.empty import EmptyOperator
from airflow.utils.session import provide_session
from airflow.utils.state import DagRunState
from airflow.utils.types import DagRunTriggeredByType, DagRunType
-from tests.test_utils.db import clear_db_dags, clear_db_runs,
clear_db_serialized_dags
+
+from dev.tests_common.test_utils.db import clear_db_dags, clear_db_runs,
clear_db_serialized_dags
pytestmark = pytest.mark.db_test