You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/10/28 10:00:44 UTC

[GitHub] [airflow] feluelle commented on a change in pull request #6438: [AIRFLOW-5766] Fix failing example_http_operator

feluelle commented on a change in pull request #6438: [AIRFLOW-5766] Fix failing example_http_operator
URL: https://github.com/apache/airflow/pull/6438#discussion_r339479618
 
 

 ##########
 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:
   I missed that on the first review. This should be mentioned in the `Updating.md` in case anyone is using `http_default` to call requests to google, don't you think?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services