Skip to content

Commit

Permalink
Fixing the geoReplication tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Jun 21, 2017
1 parent 1822ed2 commit 8dd4e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azurerm/resource_arm_cosmos_db_account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,9 @@ resource "azurerm_cosmosdb_account" "test" {
offer_type = "Standard"
consistency_policy {
consistency_level = "Eventual"
consistency_level = "BoundedStaleness"
max_interval_in_seconds = 10
max_staleness = 200
max_staleness_prefix = 200
}
failover_policy {
Expand Down

0 comments on commit 8dd4e73

Please sign in to comment.