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

 ##########
 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:
   This is not important and will cause noise in the file.  There is a very 
small chance that someone would depend on it in their production environment.

----------------------------------------------------------------
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