Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
magodo committed Jan 10, 2025
1 parent f7748f4 commit d51765c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ resource "azurerm_storage_share_file" "test" {
storage_share_id = azurerm_storage_share.test.id
depends_on = [azurerm_storage_share_directory.dos]
}
`, StorageShareDirectoryResource{}.nestedWithBackslashes(data))
`, StorageShareDirectoryResourceDeprecated{}.nestedWithBackslashes(data))
}

func (r StorageShareFileResourceDeprecated) withPathInNameUsingBackslashes(data acceptance.TestData) string {
Expand All @@ -438,5 +438,5 @@ resource "azurerm_storage_share_file" "test" {
storage_share_id = azurerm_storage_share.test.id
depends_on = [azurerm_storage_share_directory.dos]
}
`, StorageShareDirectoryResource{}.nestedWithBackslashes(data))
`, StorageShareDirectoryResourceDeprecated{}.nestedWithBackslashes(data))
}

0 comments on commit d51765c

Please sign in to comment.