Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-henglu committed May 7, 2024
1 parent b3f490f commit b71621e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ resource "azurerm_data_factory" "test" {
}
resource "azurerm_key_vault" "test" {
name = "acctestkv%[3]d"
name = "kv%[2]d"
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
tenant_id = data.azurerm_client_config.current.tenant_id
Expand Down Expand Up @@ -179,7 +179,7 @@ resource "azurerm_key_vault_secret" "test2" {
value = "fakedsecret"
key_vault_id = azurerm_key_vault.test.id
}
`, data.Locations.Primary, data.RandomInteger, data.RandomIntOfLength(8))
`, data.Locations.Primary, data.RandomInteger)
}

func (r CredentialServicePrincipalResource) basic(data acceptance.TestData) string {
Expand Down

0 comments on commit b71621e

Please sign in to comment.