aboutsummaryrefslogtreecommitdiffhomepage
path: root/statuscake/resource_statuscaketest.go
Commit message (Collapse)AuthorAgeFilesLines
* Replace contact_id with contact_groupMat Schaffer2018-07-271-6/+8
| | | | This allows for multiple contacts per test.
* Update test_tag handling to be a proper list of stringsMat Schaffer2018-07-271-3/+6
|
* Don't attempt to set or verify values which aren't present in the details ↵Mat Schaffer2018-02-011-10/+5
| | | | | | response The `TestCheckResourceAttr` tests can stay since they rely on the state from the previous apply.
* Switch node locations to a set and consider empty string to be empty setMat Schaffer2018-02-011-8/+17
| | | | Note that we also don't check the individual locations anymore. The key numbers will be randomized and not testing content seems to be the method employed by the AWS provider as well https://github.com/terraform-providers/terraform-provider-aws/blob/81bba6b1f567aed561c6a6a30916504ee0886c68/aws/resource_aws_autoscaling_group_test.go#L404
* Remove status codes defaultMat Schaffer2018-02-011-4/+0
| | | | In my testing, the default response was `[""]` and having the default provided cause test assertion failures
* Mark basic_pass sensitiveMat Schaffer2018-02-011-2/+3
| | | | Avoids showing the password in plan output
* merge changes from https://github.com/DreamItGetIT/statuscake/pull/24 to ↵Andrew N Golovkov2018-01-171-3/+3
| | | | vendor directory
* fix type castsAndrew N Golovkov2018-01-171-3/+15
|
* `status` and `uptime` params is calculatedAndrew N Golovkov2018-01-171-8/+4
|
* update statuscake provider for support all the features from the statuscake ↵Andrew N Golovkov2018-01-171-22/+236
| | | | module
* Transfer statuscake providerJake Champlin2017-06-061-0/+216