Skip to content

Commit

Permalink
azurerm_media_service - fix test resource group names (#4555)
Browse files Browse the repository at this point in the history
azurerm_media_service - fix test resource group names
  • Loading branch information
katbyte committed Oct 7, 2019
2 parents ae4d2d5 + 4b584aa commit 0aa05da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurerm/resource_arm_media_services_account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ resource "azurerm_media_services_account" "test" {
func testAccAzureRMMediaServicesAccount_template(rInt int, rString, location string) string {
return fmt.Sprintf(`
resource "azurerm_resource_group" "test" {
name = "%d"
name = "acctestRG-media-%d"
location = "%s"
}
Expand Down

0 comments on commit 0aa05da

Please sign in to comment.