From 4e6305c24aeb723572f104f4912978795f876ffb Mon Sep 17 00:00:00 2001 From: Winterflower Date: Mon, 2 Dec 2019 17:18:40 +0100 Subject: [PATCH] Removes stripping of http from url --- eland/tests/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/eland/tests/__init__.py b/eland/tests/__init__.py index 36353f1..50e8930 100644 --- a/eland/tests/__init__.py +++ b/eland/tests/__init__.py @@ -6,7 +6,6 @@ ROOT_DIR = os.path.dirname(os.path.abspath(__file__)) # Define test files and indices ELASTICSEARCH_HOST = os.environ.get('ELASTICSEARCH_HOST') or 'localhost' -ELASTICSEARCH_HOST = ELASTICSEARCH_HOST.lstrip('http://') FLIGHTS_INDEX_NAME = 'flights' FLIGHTS_MAPPING = {"mappings": {