phanikumv commented on code in PR #24617:
URL: https://github.com/apache/airflow/pull/24617#discussion_r905819422


##########
tests/providers/databricks/hooks/test_databricks.py:
##########
@@ -178,11 +179,18 @@ def uninstall_endpoint(host):
 
 def list_jobs_endpoint(host):
     """
-    Utility function to generate the list jobs endpoint giver the host
+    Utility function to generate the list jobs endpoint given the host
     """
     return f'https://{host}/api/2.1/jobs/list'
 
 
+def list_zones_endpoint(host):
+    """
+    Utility function to generate the list zones endpoint given the host

Review Comment:
   addressed in 
[b97106d](https://github.com/apache/airflow/pull/24617/commits/b97106d5380de3eee713dc63fe240c20bf6f2b5c)



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to