aboutsummaryrefslogtreecommitdiffhomepage
path: root/statuscake/provider_test.go
diff options
context:
space:
mode:
authorAlexandre Garand <alexandre.garand@fretlink.com>2019-06-27 12:02:56 +0200
committerAlexandre Garand <alexandre.garand@fretlink.com>2019-06-27 15:00:54 +0200
commit82cbfd586d4853b8ef6beafc12c7f2aa015f3c23 (patch)
treea329cf300045af465cc2ae336012ee2425ac3d50 /statuscake/provider_test.go
parent2ad41f522127680c37fbaea93d0360fa989e4c40 (diff)
downloadterraform-provider-statuscake-82cbfd586d4853b8ef6beafc12c7f2aa015f3c23.tar.gz
terraform-provider-statuscake-82cbfd586d4853b8ef6beafc12c7f2aa015f3c23.tar.zst
terraform-provider-statuscake-82cbfd586d4853b8ef6beafc12c7f2aa015f3c23.zip
add ssl tests to terraform provider
Diffstat (limited to 'statuscake/provider_test.go')
-rw-r--r--statuscake/provider_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/statuscake/provider_test.go b/statuscake/provider_test.go
index b1da050..4537960 100644
--- a/statuscake/provider_test.go
+++ b/statuscake/provider_test.go
@@ -38,4 +38,7 @@ func testAccPreCheck(t *testing.T) {
38 if v := os.Getenv("STATUSCAKE_TEST_CONTACT_GROUP_ID"); v == "" { 38 if v := os.Getenv("STATUSCAKE_TEST_CONTACT_GROUP_ID"); v == "" {
39 t.Fatal("STATUSCAKE_TEST_CONTACT_GROUP_ID must be set for acceptance tests") 39 t.Fatal("STATUSCAKE_TEST_CONTACT_GROUP_ID must be set for acceptance tests")
40 } 40 }
41 if v := os.Getenv("STATUSCAKE_SSL_CONTACT_GROUP_ID"); v == "" {
42 t.Fatal("STATUSCAKE_SSL_CONTACT_GROUP_ID must be set for acceptance tests")
43 }
41} 44}