mingrammer commented on a change in pull request #6438: [AIRFLOW-5766] Fix
failing example_http_operator
URL: https://github.com/apache/airflow/pull/6438#discussion_r339526579
##########
File path: airflow/utils/db.py
##########
@@ -159,7 +159,7 @@ def initdb():
merge_conn(
Connection(
conn_id='http_default', conn_type='http',
- host='https://www.google.com/'))
+ host='https://www.httpbin.org/'))
Review comment:
Good idea. Could you please add it when you merge it? :)
----------------------------------------------------------------
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