Skip to content

Commit

Permalink
missed a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops committed May 1, 2020
1 parent 24e2246 commit 54df90c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -457,7 +457,7 @@ func TestAccAzureRMKeyVault_purgeProtectionAttemptToDisable(t *testing.T) {
Check: resource.ComposeTestCheckFunc(
testCheckAzureRMKeyVaultExists(data.ResourceName),
resource.TestCheckResourceAttr(data.ResourceName, "purge_protection_enabled", "true"),
resource.TestCheckResourceAttr(data.ResourceName, "soft_delete_enabled", "false"),
resource.TestCheckResourceAttr(data.ResourceName, "soft_delete_enabled", "true"),
),
},
data.ImportStep(),
Expand Down

0 comments on commit 54df90c

Please sign in to comment.