diff options
Diffstat (limited to 'test/test_app.py')
-rw-r--r-- | test/test_app.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_app.py b/test/test_app.py index 52cd1ba6..0b6ed14c 100644 --- a/test/test_app.py +++ b/test/test_app.py @@ -14,4 +14,3 @@ class TestApp(tservers.HTTPProxTest): resp = self.app("/cert/%s" % ext) assert resp.status_code == 200 assert resp.content - |