rollbar / terraform-provider-rollbar

Terraform provider for Rollbar
https://rollbar.com
MIT License
28 stars 13 forks source link

Test user transition from invited to registered #141

Closed jmcvetta closed 3 years ago

jmcvetta commented 3 years ago

This PR closes #126 by adding an acceptance test for a user going from invited status to registered status.

Since we have not found a solution to #92, this acceptance test uses go-vcr to playback a recording of actual API interactions. In the recorded session I manually accepted the emailed invitation, causing the rollbar_user resource to change status from invited to registered.

Closes #92

See also #108

codeclimate[bot] commented 3 years ago

Code Climate has analyzed commit 73a5813c and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 95.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 94.9% (0.1% change).

View more on Code Climate.