Merge branch 'pull-request-job' of https://github.com/Winterflower/eland into pull-request-job

This commit is contained in:
Winterflower 2019-12-02 20:32:30 +01:00
commit 3e82d43351

View File

@ -17,7 +17,6 @@ if TEST_SUITE == 'xpack':
ES_TEST_CLIENT = Elasticsearch(ELASTICSEARCH_HOST, use_ssl=True, verify_certs=True, ca_certs=certpath)
else:
ES_TEST_CLIENT = Elasticsearch(ELASTICSEARCH_HOST)
FLIGHTS_INDEX_NAME = 'flights'
FLIGHTS_MAPPING = {"mappings": {