Skip to content

Commit

Permalink
Check
Browse files Browse the repository at this point in the history
  • Loading branch information
idanovo committed Nov 26, 2024
1 parent 1f26999 commit 68e4b95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/testutil/cosmosdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ func GetCosmosDBInstance() (string, func(), error) {
return "", nil, fmt.Errorf("could not connect to Docker: %w", err)
}

// test
cosmosdbDockerRunOptions := &dockertest.RunOptions{
Repository: "mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator",
Tag: "vnext-preview",
Tag: "latest",
Env: []string{
"AZURE_COSMOS_EMULATOR_PARTITION_COUNT=100",
},
Expand Down

0 comments on commit 68e4b95

Please sign in to comment.