Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyeqf committed May 7, 2024
1 parent 417ac3b commit 16cefaf
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -794,10 +794,6 @@ resource "azurerm_backup_policy_vm" "test_change_backup" {
// For update backup policy id test
func (r BackupProtectedVmResource) linkFirstBackupPolicy(data acceptance.TestData) string {
return fmt.Sprintf(`
provider "azurerm" {
features {}
}
%s
resource "azurerm_backup_protected_vm" "test" {
Expand All @@ -812,10 +808,6 @@ resource "azurerm_backup_protected_vm" "test" {
// For update backup policy id test
func (r BackupProtectedVmResource) linkSecondBackupPolicy(data acceptance.TestData) string {
return fmt.Sprintf(`
provider "azurerm" {
features {}
}
%s
resource "azurerm_backup_protected_vm" "test" {
Expand Down

0 comments on commit 16cefaf

Please sign in to comment.