Skip to content

Commit 9de143f

Browse files
author
dragonfly91
committed
Vault test case fix
1 parent e68ceaa commit 9de143f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/ScenarioTests/AzureBackupVaultTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ function Test-AzureBackupVaultScenario
4242
Assert-AreEqual $vault.Region $Location;
4343
Assert-AreEqual $vault.Storage "GeoRedundant";
4444

45-
Remove-AzureRmBackupVault -Vault $vault;
45+
Remove-AzureRmBackupVault -Vault $vault -Force;
4646
}

0 commit comments

Comments
 (0)