aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--statuscake/resource_statuscaketest.go4
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": {