diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-07-30 18:45:55 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-07-30 18:45:55 -0700 |
commit | 388778627cc599af8bd50085a5862efa38e5c054 (patch) | |
tree | a2ea76e01d67390e117f2a38a6e8e1d58b9ae262 /python/tests | |
parent | 426308d44baf9165a2ac8adf4d3573154a5e7f46 (diff) | |
download | fatcat-388778627cc599af8bd50085a5862efa38e5c054.tar.gz fatcat-388778627cc599af8bd50085a5862efa38e5c054.zip |
minor lint fixes
Diffstat (limited to 'python/tests')
-rw-r--r-- | python/tests/web_coverage.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/tests/web_coverage.py b/python/tests/web_coverage.py index 4407934f..47123686 100644 --- a/python/tests/web_coverage.py +++ b/python/tests/web_coverage.py @@ -142,7 +142,6 @@ def test_coverage_search(app, mocker): }, } - es_raw = mocker.patch('elasticsearch.connection.Urllib3HttpConnection.perform_request') es_raw.side_effect = [ # counts summary |