Check state of resource_group_name on import.
This commit is contained in:
parent
e9ed7bb8a1
commit
e55852888a
|
@ -27,7 +27,6 @@ func TestAccAzureRMPublicIpStatic_importBasic(t *testing.T) {
|
|||
ResourceName: resourceName,
|
||||
ImportState: true,
|
||||
ImportStateVerify: true,
|
||||
ImportStateVerifyIgnore: []string{"resource_group_name"},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
|
@ -29,7 +29,6 @@ func TestAccAzureRMStorageAccount_importBasic(t *testing.T) {
|
|||
ResourceName: resourceName,
|
||||
ImportState: true,
|
||||
ImportStateVerify: true,
|
||||
ImportStateVerifyIgnore: []string{"resource_group_name"},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue