diff --git a/test/test_async_repository.py b/test/test_async_repository.py index e4aacd6..f290b01 100644 --- a/test/test_async_repository.py +++ b/test/test_async_repository.py @@ -35,7 +35,7 @@ class Meta: def database(): import asyncio - client: AsyncMongoClient = AsyncMongoClient("mongodb://root:example@0.0.0.0:27017") + client: AsyncMongoClient = AsyncMongoClient("mongodb://localhost:27017") asyncio.run(client.drop_database("db")) return client.db