logdna / terraform-provider-logdna

Terraform provider to simplify creation of views, preset alerts and other resources in LogDNA!
https://registry.terraform.io/providers/logdna/logdna/latest
MIT License
11 stars 12 forks source link

Adds tests #6

Closed dm36 closed 4 years ago

dm36 commented 4 years ago

Improve coveralls coverage by testing updates and error-handling.

Ref: LOG-7721 Semver: Patch

mdeltito commented 4 years ago

this is looking good to me - I'm not finding any info on testing http-related errors via the builtin Test helpers, but tests for client.go could be written in a terraform-agnostic way (e.g. using httptest server).