Skip to content

Commit

Permalink
Fix CosmosDB test
Browse files Browse the repository at this point in the history
  • Loading branch information
idanovo committed Nov 26, 2024
1 parent 64bf5bd commit 1f26999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/testutil/cosmosdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func GetCosmosDBInstance() (string, func(), error) {

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

0 comments on commit 1f26999

Please sign in to comment.