added pymongo tests to test_storages

This commit is contained in:
kievzenit 2025-08-11 18:32:22 +03:00
parent 86170e1cb9
commit bf67e8d896

View file

@ -11,6 +11,7 @@ from aiogram.fsm.storage.base import BaseStorage, StorageKey
[
pytest.lazy_fixture("redis_storage"),
pytest.lazy_fixture("mongo_storage"),
pytest.lazy_fixture("pymongo_storage"),
pytest.lazy_fixture("memory_storage"),
],
)