Skip to content

Commit

Permalink
Fixing the resource name to match the test
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff authored Apr 4, 2018
1 parent c70715f commit 03a9c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurerm/resource_arm_virtual_machine_scale_set_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ func TestAccAzureRMVirtualMachineScaleSet_overprovision(t *testing.T) {
}

func TestAccAzureRMVirtualMachineScaleSet_MSI(t *testing.T) {
resourceName := "azurerm-vmss-msi-test"
resourceName := "azurerm_virtual_machine_scale_set.test"
ri := acctest.RandInt()
config := testAccAzureRMVirtualMachineScaleSetMSITemplate(ri, testLocation())
resource.Test(t, resource.TestCase{
Expand Down

0 comments on commit 03a9c31

Please sign in to comment.