Adaverse commented on code in PR #31783:
URL: https://github.com/apache/airflow/pull/31783#discussion_r1223360762
##########
tests/providers/microsoft/azure/hooks/test_wasb.py:
##########
@@ -154,6 +166,11 @@ def test_managed_identity(self):
assert isinstance(hook.get_conn(), BlobServiceClient)
assert isinstance(hook.get_conn().credential, DefaultAzureCredential)
+ def test_ad_connection(self):
Review Comment:
Thanks for pointing out. Changed it to `test_azure_directory_connection`.
--
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]