Skip to content

Commit

Permalink
Update connection_string validation count from 1 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
lrxtom2 committed Feb 25, 2019
1 parent 31a639e commit a7cff6c
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 a7cff6c

Please sign in to comment.