Skip to content

Commit

Permalink
[Generator] (fix) Removed an import from test template (#2872)
Browse files Browse the repository at this point in the history
  • Loading branch information
Supam authored Feb 26, 2025
1 parent 6b3cd75 commit 80e8efc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .generator/src/generator/templates/resource_test.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import (
"github.com/hashicorp/terraform-plugin-testing/terraform"

"github.com/terraform-providers/terraform-provider-datadog/datadog/fwprovider"
"github.com/terraform-providers/terraform-provider-datadog/datadog"
"github.com/terraform-providers/terraform-provider-datadog/datadog/internal/utils"
)

Expand Down Expand Up @@ -139,4 +138,4 @@ func {{ name|camel_case|untitle_case }}ExistsHelper(auth context.Context, s *ter
}
}
return nil
}
}

0 comments on commit 80e8efc

Please sign in to comment.