From 62e165eb348c721b3ddd5bbd0720310ee3642184 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Sun, 13 Sep 2015 02:07:00 +0300 Subject: [PATCH] Fix typo --- tests/test_client_functional_newstyle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_client_functional_newstyle.py b/tests/test_client_functional_newstyle.py index 9d178fad5c7..c79afe6dddd 100644 --- a/tests/test_client_functional_newstyle.py +++ b/tests/test_client_functional_newstyle.py @@ -43,7 +43,7 @@ def create_server(self, method, path, handler=None): self.addCleanup(srv.close) return app, srv, url - def test_keepalive_two_requests_sucess(self): + def test_keepalive_two_requests_success(self): @asyncio.coroutine def handler(request): body = yield from request.read()