diff options
Diffstat (limited to 'statuscake/resource_statuscaketest_test.go')
-rw-r--r-- | statuscake/resource_statuscaketest_test.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/statuscake/resource_statuscaketest_test.go b/statuscake/resource_statuscaketest_test.go index b39d23c..99acd04 100644 --- a/statuscake/resource_statuscaketest_test.go +++ b/statuscake/resource_statuscaketest_test.go | |||
@@ -171,10 +171,6 @@ func testAccTestCheckAttributes(rn string, test *statuscake.Test) resource.TestC | |||
171 | err = check(key, value, test.CustomHeader) | 171 | err = check(key, value, test.CustomHeader) |
172 | case "user_agent": | 172 | case "user_agent": |
173 | err = check(key, value, test.UserAgent) | 173 | err = check(key, value, test.UserAgent) |
174 | case "status": | ||
175 | err = check(key, value, test.Status) | ||
176 | case "uptime": | ||
177 | err = check(key, value, strconv.FormatFloat(test.Uptime, 'f', -1, 64)) | ||
178 | case "node_locations": | 174 | case "node_locations": |
179 | for _, tv := range test.NodeLocations { | 175 | for _, tv := range test.NodeLocations { |
180 | err = check(key, value, tv) | 176 | err = check(key, value, tv) |
@@ -260,8 +256,6 @@ resource "statuscake_test" "google" { | |||
260 | trigger_rate = 20 | 256 | trigger_rate = 20 |
261 | custom_header = "{ \"Content-Type\": \"application/x-www-form-urlencoded\" }" | 257 | custom_header = "{ \"Content-Type\": \"application/x-www-form-urlencoded\" }" |
262 | user_agent = "string9988" | 258 | user_agent = "string9988" |
263 | status = "string22117" | ||
264 | uptime = 3498.27 | ||
265 | node_locations = [ "string16045", "string19741", "string12122" ] | 259 | node_locations = [ "string16045", "string19741", "string12122" ] |
266 | ping_url = "string8410" | 260 | ping_url = "string8410" |
267 | basic_user = "string27052" | 261 | basic_user = "string27052" |