Skip to content

Commit

Permalink
Fixing httphook
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Oct 22, 2015
1 parent 43509d1 commit 42e7e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def initdb():
session.add(
models.Connection(
conn_id='http_default', conn_type='http',
host='http://www.google.com'))
host='www.google.com'))
session.commit()

conn = session.query(C).filter(C.conn_id == 'mssql_default').first()
Expand Down

0 comments on commit 42e7e38

Please sign in to comment.