You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: github_release_asset data source tests use new test patterns
Per code review feedback from @deiga (#2514 (comment)),
this updates the github_release_asset data source tests to use the new
testing patterns implemented in #2986
This was tested via:
```
$ TF_ACC=1 \
go test -v ./... -run ^TestAccGithubReleaseAssetDataSource
? github.com/integrations/terraform-provider-github/v6 [no test files]
=== RUN TestAccGithubReleaseAssetDataSource
=== RUN TestAccGithubReleaseAssetDataSource/queries_specified_asset_ID
--- PASS: TestAccGithubReleaseAssetDataSource (5.91s)
--- PASS: TestAccGithubReleaseAssetDataSource/queries_specified_asset_ID (5.91s)
PASS
ok github.com/integrations/terraform-provider-github/v6/github 6.788s
```
Signed-off-by: Mike Ball <mikedball@gmail.com>
0 commit comments