Skip to content

Commit

Permalink
Update test_redis_storage.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Apr 25, 2021
1 parent 953ef7a commit 925bd86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_redis_storage.py
Expand Up @@ -342,8 +342,7 @@ async def handler(request: web.Request) -> web.StreamResponse:
pass

redis = await aioredis.create_pool(**redis_params)
with pytest.warns(DeprecationWarning):
create_app(handler=handler, redis=redis)
create_app(handler=handler, redis=redis)


async def test_not_redis_provided_to_storage() -> None:
Expand Down

0 comments on commit 925bd86

Please sign in to comment.