Update import_arm_resource_group_test.go

This commit is contained in:
Paul Stack 2016-07-11 13:33:39 +01:00 committed by GitHub
parent ef707a89a8
commit f989009448
1 changed files with 0 additions and 2 deletions

View File

@ -27,8 +27,6 @@ func TestAccAzureRMResourceGroup_importBasic(t *testing.T) {
ResourceName: resourceName,
ImportState: true,
ImportStateVerify: true,
//ImportStateVerifyIgnore: []string{"resource_group_name"},
//this isn't returned from the API!
},
},
})