Replace Testing Usage of rand.New() with acctest.RandInt() #4625
Labels
technical-debt
Addresses areas of the codebase that need refactoring or redesign.
tests
PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Milestone
There is still some lingering usage of the following in the provider tests:
Which can be replaced with:
They are functionally equivalent, but its much simpler to read. https://github.com/hashicorp/terraform/blob/0cc9e050ecd4a46ba6448758c2edc0b29bef5695/helper/acctest/random.go#L23-L26
The text was updated successfully, but these errors were encountered: