File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
modules/cosmosdb/testcontainers/cosmosdb Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def __init__(
67
67
enable_data_persistence : bool = is_truthy_string (os .getenv ("AZURE_COSMOS_EMULATOR_ENABLE_DATA_PERSISTENCE" , "false" )),
68
68
bind_ports : bool = is_truthy_string (os .getenv ("AZURE_COSMOS_EMULATOR_BIND_PORTS" , "true" )),
69
69
key : str = os .getenv ("AZURE_COSMOS_EMULATOR_KEY" , "C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==" ),
70
- endpoints : Iterable [Endpoints ] = ALL_ENDPOINTS , # the emulator image does not support host-container port mapping
70
+ endpoints : Iterable [Endpoints ] = [] , # the emulator image does not support host-container port mapping
71
71
** docker_client_kw ,
72
72
):
73
73
super ().__init__ (image = image , ** docker_client_kw )
You can’t perform that action at this time.
0 commit comments