diff --git a/tornado/testing.py b/tornado/testing.py index 0ad5bff4cd..1fae0e3ecd 100644 --- a/tornado/testing.py +++ b/tornado/testing.py @@ -69,7 +69,7 @@ def test_http_fetch(self): client.fetch("http://www.tornadoweb.org/", self.handle_fetch) self.wait() - def handle_fetch(self, response) + def handle_fetch(self, response): # Test contents of response (failures and exceptions here # will cause self.wait() to throw an exception and end the # test).