Skip to content

Commit

Permalink
Use url_from_endpoint inside HttpHook. (apache#42785)
Browse files Browse the repository at this point in the history
  • Loading branch information
simi authored and ellisms committed Nov 13, 2024
1 parent d743a34 commit cb421e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/src/airflow/providers/http/hooks/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def run(

session = self.get_conn(headers)

url = _url_from_endpoint(self.base_url, endpoint)
url = self.url_from_endpoint(endpoint)

if self.tcp_keep_alive:
keep_alive_adapter = TCPKeepAliveAdapter(
Expand Down

0 comments on commit cb421e0

Please sign in to comment.