kaxil commented on a change in pull request #7520: [AIRFLOW-6896] 
AzureCosmosDBHook: Move DB call out of __init__
URL: https://github.com/apache/airflow/pull/7520#discussion_r383270536
 
 

 ##########
 File path: tests/providers/microsoft/azure/hooks/test_azure_cosmos.py
 ##########
 @@ -53,6 +53,14 @@ def setUp(self):
             )
         )
 
+    @mock.patch('azure.cosmos.cosmos_client.CosmosClient')
+    def test_client(self):
+        import azure.cosmos.cosmos_client as cosmos_client
 
 Review comment:
   Updated

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to