We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7feb53 commit 248abe7Copy full SHA for 248abe7
modules/cosmosdb/testcontainers/cosmosdb/mongodb.py
@@ -27,7 +27,7 @@ def __init__(
27
self,
28
mongodb_version: str,
29
image: str = os.getenv(
30
- "AZURE_COSMOS_EMULATOR_IMAGE", "mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:mongodb"
+ "AZURE_COSMOS_EMULATOR_IMAGE", "mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:latest"
31
),
32
**other_kwargs,
33
):
0 commit comments