From d798ee172294de09ab1621530df4e3498a17640e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 23 Jul 2020 15:02:27 -0700 Subject: small lint fixes --- python/tests/web_search.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python/tests') diff --git a/python/tests/web_search.py b/python/tests/web_search.py index 460f5ee2..55e90d56 100644 --- a/python/tests/web_search.py +++ b/python/tests/web_search.py @@ -27,7 +27,6 @@ def test_container_search(app, mocker): with open('tests/files/elastic_container_search.json') as f: elastic_resp=json.loads(f.read()) - es_raw = mocker.patch('elasticsearch.connection.Urllib3HttpConnection.perform_request') es_raw.side_effect = [ (200, {}, json.dumps(elastic_resp)), -- cgit v1.2.3