diff options
Diffstat (limited to 'python/tests/web_refs.py')
-rw-r--r-- | python/tests/web_refs.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/tests/web_refs.py b/python/tests/web_refs.py index bceb8557..72a295e1 100644 --- a/python/tests/web_refs.py +++ b/python/tests/web_refs.py @@ -51,4 +51,3 @@ def test_basic_refs(app, mocker): rv = app.get('/release/aaaaaaaaaaaaarceaaaaaaaaai/refs-out') assert rv.status_code == 200 assert b"No References Found" in rv.data - |