Skip to content

Commit

Permalink
Merge pull request #42 from xsnippet/fix_the_tests
Browse files Browse the repository at this point in the history
Fix the failing tests due to new release of aiohttp
  • Loading branch information
malor committed Oct 22, 2017
2 parents 4bcdfb9 + bc71b3c commit 35d574a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ async def __aexit__(self, exc_type, exc, tb):

# we've got to wait until client connections are properly closed
await self._app.shutdown()
await self._handler.finish_connections()
await self._handler.shutdown()
await self._app.cleanup()

self._server = None
Expand Down

0 comments on commit 35d574a

Please sign in to comment.