diff options
Diffstat (limited to 'test/test_app.py')
-rw-r--r-- | test/test_app.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_app.py b/test/test_app.py index 8070996f..699c9c41 100644 --- a/test/test_app.py +++ b/test/test_app.py @@ -59,6 +59,3 @@ class TestApp(tutils.DaemonTests): assert r.status_code == 200 assert 'Request' in r.content - - - |