diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-07-24 13:00:04 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-07-30 18:28:03 -0700 |
commit | 1f6f9c0e251f45f220dd48242d48fa61922fe55f (patch) | |
tree | 41a85d22339279c6bc29661e3541f2696d580f23 /python/tests/web_search.py | |
parent | 86c150edadad347df31393742c2de091ff21da83 (diff) | |
download | fatcat-1f6f9c0e251f45f220dd48242d48fa61922fe55f.tar.gz fatcat-1f6f9c0e251f45f220dd48242d48fa61922fe55f.zip |
refactor coverage tests/mocks
Diffstat (limited to 'python/tests/web_search.py')
-rw-r--r-- | python/tests/web_search.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/tests/web_search.py b/python/tests/web_search.py index ef736969..e3d19878 100644 --- a/python/tests/web_search.py +++ b/python/tests/web_search.py @@ -137,7 +137,6 @@ def test_container_stats(app, mocker): (200, {}, json.dumps(elastic_resp)), ] rv = app.get('/container/issnl/1234-5678/stats.json') - #print(rv.json) assert rv.status_code == 200 rv = app.get('/container/aaaaaaaaaaaaaeiraaaaaaaaam/stats.json') |