dabla commented on code in PR #55179:
URL: https://github.com/apache/airflow/pull/55179#discussion_r2347259029
##########
providers/microsoft/azure/tests/unit/microsoft/azure/hooks/test_msgraph.py:
##########
@@ -62,18 +63,8 @@
AzureIdentityAccessTokenProvider,
)
-try:
- import importlib.util
- if not importlib.util.find_spec("airflow.sdk.bases.hook"):
- raise ImportError
-
- BASEHOOK_PATCH_PATH = "airflow.sdk.bases.hook.BaseHook"
-except ImportError:
- BASEHOOK_PATCH_PATH = "airflow.hooks.base.BaseHook"
-
-
-class TestKiotaRequestAdapterHook:
+class TestKiotaRequestAdapterHook(Base):
Review Comment:
It was already the case for the other msgraph related tests but I cleaned it
anyway.
--
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]