Skip to content

Commit

Permalink
Update etst name
Browse files Browse the repository at this point in the history
  • Loading branch information
christinexlee committed Sep 27, 2024
1 parent 224409b commit b88696a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datadog/tests/resource_datadog_software_catalog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/hashicorp/terraform-plugin-testing/terraform"
)

func TestAccDatadogCatalogEntity_Basic(t *testing.T) {
func TestAccDatadogSoftwareCatalogEntity_Basic(t *testing.T) {
t.Parallel()
ctx, providers, accProviders := testAccFrameworkMuxProviders(context.Background(), t)
uniq := strings.ToLower(uniqueEntityName(ctx, t))
Expand Down Expand Up @@ -124,7 +124,7 @@ EOF
}`, uniq)
}

func TestAccDatadogCatalogEntity_Order(t *testing.T) {
func TestAccDatadogSoftwareCatalogEntity_Order(t *testing.T) {
t.Parallel()
ctx, providers, accProviders := testAccFrameworkMuxProviders(context.Background(), t)
uniq := strings.ToLower(uniqueEntityName(ctx, t))
Expand Down

0 comments on commit b88696a

Please sign in to comment.