potiuk commented on code in PR #46608:
URL: https://github.com/apache/airflow/pull/46608#discussion_r1957076282
##########
tests/www/views/test_views_dagrun.py:
##########
@@ -20,80 +20,18 @@
import pytest
from airflow.models import DagBag, DagRun, TaskInstance
-from airflow.security import permissions
from airflow.utils import timezone
from airflow.utils.session import create_session
from airflow.utils.types import DagRunTriggeredByType, DagRunType
-from airflow.www.views import DagRunModelView
-from
providers.fab.tests.provider_tests.fab.auth_manager.api_endpoints.api_connexion_utils
import (
- create_user,
- delete_roles,
- delete_user,
-)
-from tests.www.views.test_views_tasks import _get_appbuilder_pk_string
from tests_common.test_utils.www import (
check_content_in_response,
check_content_not_in_response,
- client_with_login,
)
pytestmark = pytest.mark.db_test
[email protected](scope="module")
Review Comment:
Moved to FAB provider where they belong.
--
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]