Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Sep 12, 2015
1 parent 1a04f30 commit 62e165e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client_functional_newstyle.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 62e165e

Please sign in to comment.