Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix test that is failing due to unrebased PR merges (#527)
#526 adopted the terraform-plugin-testing module, but #520 introduced a new test that had a reference to the old terraform-plugin-sdk version of that module. Since we don't have a requirement in place for PRs to be up-to-date before merging, #526 got merged without being updated to also fix the new test from #520, and as a result the `Go test` workflow started failing. This updates the new test to match the others.
- Loading branch information