mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Correct ConnectionError for RedisStorage in tests
This commit is contained in:
parent
d88b7ec612
commit
9bfc04b580
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ from _pytest.config import UsageError
|
|||
from pymongo.errors import InvalidURI, PyMongoError
|
||||
from pymongo.uri_parser import parse_uri as parse_mongo_url
|
||||
from redis.asyncio.connection import parse_url as parse_redis_url
|
||||
from redis.exceptions import ConnectionError
|
||||
|
||||
from aiogram import Dispatcher
|
||||
from aiogram.fsm.storage.memory import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue