commit ff21910bcb2d2a3e54e5fc33be6b6d73ed0b60ee Author: Arturo Filastò arturo@filasto.net Date: Thu Jan 28 13:09:36 2016 +0100
Update the tests to be consistent with the new data formats --- ooni/templates/httpt.py | 1 + 1 file changed, 1 insertion(+)
diff --git a/ooni/templates/httpt.py b/ooni/templates/httpt.py index e608f8f..73bd5db 100644 --- a/ooni/templates/httpt.py +++ b/ooni/templates/httpt.py @@ -183,6 +183,7 @@ class HTTPTest(NetTestCase): session['failure'] = None if failure_string: session['failure'] = failure_string + self.report['requests'].append(session)
def _processResponseBody(self, response_body, request, response, body_processor):
tor-commits@lists.torproject.org