fix: tests remove redundant s.redis call

This commit is contained in:
Oleg A 2021-09-01 01:10:58 +03:00
parent b4acce2376
commit 079efe905a

View file

@ -25,7 +25,6 @@ async def redis_store(redis_options):
@pytest.mark.redis
async def redis_store2(redis_options):
s = RedisStorage2(**redis_options)
s.redis
try:
yield s
finally: