Skip to content

Commit

Permalink
Merge pull request #2944 from lrxtom2/chang-cosmos-db
Browse files Browse the repository at this point in the history
Update connection_string validation count from 1 to 4
  • Loading branch information
tombuildsstuff committed Feb 25, 2019
2 parents 31a639e + a7cff6c commit 677312d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurerm/resource_arm_cosmos_db_account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ func TestAccAzureRMCosmosDBAccount_mongoDB(t *testing.T) {
Check: resource.ComposeAggregateTestCheckFunc(
checkAccAzureRMCosmosDBAccount_basic(resourceName, testLocation(), string(documentdb.BoundedStaleness), 1),
resource.TestCheckResourceAttr(resourceName, "kind", "MongoDB"),
resource.TestCheckResourceAttr(resourceName, "connection_strings.#", "1"),
resource.TestCheckResourceAttr(resourceName, "connection_strings.#", "4"),
),
},
{
Expand Down

0 comments on commit 677312d

Please sign in to comment.