Skip to content

Commit

Permalink
Fixed broken test value
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Jul 20, 2018
1 parent df892cf commit 2d61d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurerm/resource_arm_data_lake_analytics_account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ resource "azurerm_data_lake_analytics_account" "test" {
resource_group_name = "${azurerm_resource_group.test.name}"
location = "${azurerm_resource_group.test.location}"
tier = "Commitment100AUHours"
tier = "Commitment_100AUHours"
default_store_account_name = "${azurerm_data_lake_store.test.name}"
}
Expand Down

0 comments on commit 2d61d0d

Please sign in to comment.