diff options
author | Mat Schaffer <mat@schaffer.me> | 2019-06-10 08:40:12 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-10 08:40:12 +0900 |
commit | 3cd2d4f34aefe6090b287b2b4c26049819414e46 (patch) | |
tree | cfbf065f78e205230c63659a556574a4414755ed /statuscake | |
parent | 844b5a68d8af4791755b8f0ad293cc99f5959183 (diff) | |
parent | 03539d597d869600a38d13fd2328fb48fd63aa7d (diff) | |
download | terraform-provider-statuscake-3cd2d4f34aefe6090b287b2b4c26049819414e46.tar.gz terraform-provider-statuscake-3cd2d4f34aefe6090b287b2b4c26049819414e46.tar.zst terraform-provider-statuscake-3cd2d4f34aefe6090b287b2b4c26049819414e46.zip |
Merge pull request #32 from ndench/0.12-compatibility
Upgrade to 0.12
Diffstat (limited to 'statuscake')
-rw-r--r-- | statuscake/provider_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/statuscake/provider_test.go b/statuscake/provider_test.go index 83045d0..b1da050 100644 --- a/statuscake/provider_test.go +++ b/statuscake/provider_test.go | |||
@@ -35,4 +35,7 @@ func testAccPreCheck(t *testing.T) { | |||
35 | if v := os.Getenv("STATUSCAKE_APIKEY"); v == "" { | 35 | if v := os.Getenv("STATUSCAKE_APIKEY"); v == "" { |
36 | t.Fatal("STATUSCAKE_APIKEY must be set for acceptance tests") | 36 | t.Fatal("STATUSCAKE_APIKEY must be set for acceptance tests") |
37 | } | 37 | } |
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") | ||
40 | } | ||
38 | } | 41 | } |