Add index to AsyncIOMotorClient while having Async tests
I have a mongo class for my fastAPI application:
`
from motor.motor_asyncio import AsyncIOMotorClient
from config import settings
import asyncio
I have a mongo class for my fastAPI application:
`
from motor.motor_asyncio import AsyncIOMotorClient
from config import settings
import asyncio