Skip to content

Commit

Permalink
Merge pull request #2846 from terraform-providers/snapshot/test
Browse files Browse the repository at this point in the history
fix TestAccAzureRMSnapshot_fromManagedDisk
tombuildsstuff authored Feb 7, 2019

Unverified

The committer email address is not verified.
2 parents 56efef4 + 77579c6 commit 5e4c19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurerm/resource_arm_snapshot_test.go
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ func TestAccAzureRMSnapshot_fromManagedDisk(t *testing.T) {
CheckDestroy: testCheckAzureRMSnapshotDestroy,
Steps: []resource.TestStep{
{
Config: testAccAzureRMServiceFabricCluster_requiresImport(ri, testLocation(), 3),
Config: testAccAzureRMSnapshot_fromManagedDisk(ri, testLocation()),
Check: resource.ComposeTestCheckFunc(
testCheckAzureRMSnapshotExists(resourceName),
),

0 comments on commit 5e4c19c

Please sign in to comment.