1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 08:04:49 +01:00

Remove assert

This commit is contained in:
Tessa Walsh 2024-03-28 16:37:19 -04:00
parent b6e8d7f64a
commit 82ae625240

View File

@ -44,7 +44,6 @@ class TestInputReq(object):
self.testapp = webtest.TestApp(self.app)
def test_get_direct(self):
assert self.app
res = self.testapp.get('/test/http://example.com/', headers={'Foo': 'Bar'})
assert res.text == '\
GET /test/http://example.com/ HTTP/1.0\r\n\