diff options
author | Mat Schaffer <mat@schaffer.me> | 2018-02-01 16:10:15 +0900 |
---|---|---|
committer | Mat Schaffer <mat@schaffer.me> | 2018-02-01 16:10:15 +0900 |
commit | 5c7efdcb8c0a6d3d21f1fb1481bb95e402296d77 (patch) | |
tree | 8708b5c918dccb0c940fb5bb24b0f4a09d859e1b | |
parent | ed5e20e8578d3a01b41fecf3f075887bd3e24584 (diff) | |
download | terraform-provider-statuscake-5c7efdcb8c0a6d3d21f1fb1481bb95e402296d77.tar.gz terraform-provider-statuscake-5c7efdcb8c0a6d3d21f1fb1481bb95e402296d77.tar.zst terraform-provider-statuscake-5c7efdcb8c0a6d3d21f1fb1481bb95e402296d77.zip |
Remove status codes default
In my testing, the default response was `[""]` and having the default provided cause test assertion failures
-rw-r--r-- | statuscake/resource_statuscaketest.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/statuscake/resource_statuscaketest.go b/statuscake/resource_statuscaketest.go index e824955..8e67bcd 100644 --- a/statuscake/resource_statuscaketest.go +++ b/statuscake/resource_statuscaketest.go | |||
@@ -176,10 +176,6 @@ func resourceStatusCakeTest() *schema.Resource { | |||
176 | "status_codes": { | 176 | "status_codes": { |
177 | Type: schema.TypeString, | 177 | Type: schema.TypeString, |
178 | Optional: true, | 178 | Optional: true, |
179 | Default: "204, 205, 206, 303, 400, 401, 403, 404, 405, 406, " + | ||
180 | "408, 410, 413, 444, 429, 494, 495, 496, 499, 500, 501, 502, 503, " + | ||
181 | "504, 505, 506, 507, 508, 509, 510, 511, 521, 522, 523, 524, 520, " + | ||
182 | "598, 599", | ||
183 | }, | 179 | }, |
184 | 180 | ||
185 | "use_jar": { | 181 | "use_jar": { |