aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--statuscake/resource_statuscaketest.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/statuscake/resource_statuscaketest.go b/statuscake/resource_statuscaketest.go
index f8b69e3..f3ed3d2 100644
--- a/statuscake/resource_statuscaketest.go
+++ b/statuscake/resource_statuscaketest.go
@@ -369,15 +369,7 @@ func ReadTest(d *schema.ResourceData, meta interface{}) error {
369 d.Set("final_endpoint", testResp.FinalEndpoint) 369 d.Set("final_endpoint", testResp.FinalEndpoint)
370 d.Set("enable_ssl_alert", testResp.EnableSSLAlert) 370 d.Set("enable_ssl_alert", testResp.EnableSSLAlert)
371 d.Set("follow_redirect", testResp.FollowRedirect) 371 d.Set("follow_redirect", testResp.FollowRedirect)
372 d.Set("ping_url", testResp.PingURL)
373 d.Set("basic_user", testResp.BasicUser)
374 d.Set("basic_pass", testResp.BasicPass)
375 d.Set("public", testResp.Public)
376 d.Set("branding", testResp.Branding)
377 d.Set("virus", testResp.Virus)
378 d.Set("real_browser", testResp.RealBrowser)
379 d.Set("test_tags", testResp.TestTags) 372 d.Set("test_tags", testResp.TestTags)
380
381 return nil 373 return nil
382} 374}
383 375