Skip to content

Commit

Permalink
rename test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
magodo committed Nov 12, 2024
1 parent cd57967 commit 90476b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func TestAccContainerRegistryTokenPassword_complete(t *testing.T) {
})
}

func TestAccContainerRegistryTokenPassword_update(t *testing.T) {
func TestAccContainerRegistryTokenPassword_changePasswordAmount(t *testing.T) {
data := acceptance.BuildTestData(t, "azurerm_container_registry_token_password", "test")
r := ContainerRegistryTokenPasswordResource{Expiry: time.Now().Add(time.Hour)}

Expand Down Expand Up @@ -82,7 +82,7 @@ func TestAccContainerRegistryTokenPassword_update(t *testing.T) {
}

// Regression test for https://github.com/hashicorp/terraform-provider-azurerm/issues/19138
func TestAccContainerRegistryTokenPassword_updateExpiryReflectNewValue(t *testing.T) {
func TestAccContainerRegistryTokenPassword_changeExpiryReflectNewValue(t *testing.T) {
data := acceptance.BuildTestData(t, "azurerm_container_registry_token_password", "test")
r := ContainerRegistryTokenPasswordResource{}

Expand Down

0 comments on commit 90476b1

Please sign in to comment.