Check state of resource_group_name on import.

This commit is contained in:
Andreas Kyrris 2016-09-27 15:30:48 +01:00
parent e9ed7bb8a1
commit e55852888a
2 changed files with 6 additions and 8 deletions

View File

@ -24,10 +24,9 @@ func TestAccAzureRMPublicIpStatic_importBasic(t *testing.T) {
},
resource.TestStep{
ResourceName: resourceName,
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"resource_group_name"},
ResourceName: resourceName,
ImportState: true,
ImportStateVerify: true,
},
},
})

View File

@ -26,10 +26,9 @@ func TestAccAzureRMStorageAccount_importBasic(t *testing.T) {
},
resource.TestStep{
ResourceName: resourceName,
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"resource_group_name"},
ResourceName: resourceName,
ImportState: true,
ImportStateVerify: true,
},
},
})