diff --git a/eland/tests/setup_tests.py b/eland/tests/setup_tests.py index afeafe2..b507acc 100644 --- a/eland/tests/setup_tests.py +++ b/eland/tests/setup_tests.py @@ -66,6 +66,7 @@ def _setup_test_nested(es): if __name__ == '__main__': # Create connection to Elasticsearch - use defaults + print('Connecting to ES', ELASTICSEARCH_HOST) es = Elasticsearch(ELASTICSEARCH_HOST) _setup_data(es)