diff options
author | Mat Schaffer <mat@schaffer.me> | 2018-08-06 14:22:27 +0900 |
---|---|---|
committer | Mat Schaffer <mat@schaffer.me> | 2018-08-06 14:22:27 +0900 |
commit | 76778ad2d2c8125a3cd69e5d74af9388381a42c0 (patch) | |
tree | ec20900dd0bf1b50e786473ff00788de997a1891 /vendor/github.com | |
parent | 4efdab4181cd2bfd243600def27f70f0580942a3 (diff) | |
download | terraform-provider-statuscake-76778ad2d2c8125a3cd69e5d74af9388381a42c0.tar.gz terraform-provider-statuscake-76778ad2d2c8125a3cd69e5d74af9388381a42c0.tar.zst terraform-provider-statuscake-76778ad2d2c8125a3cd69e5d74af9388381a42c0.zip |
Re-up vendored client
Diffstat (limited to 'vendor/github.com')
-rw-r--r-- | vendor/github.com/DreamItGetIT/statuscake/tests.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/DreamItGetIT/statuscake/tests.go b/vendor/github.com/DreamItGetIT/statuscake/tests.go index b003d4c..c6e6dd2 100644 --- a/vendor/github.com/DreamItGetIT/statuscake/tests.go +++ b/vendor/github.com/DreamItGetIT/statuscake/tests.go | |||
@@ -54,7 +54,7 @@ type Test struct { | |||
54 | // A URL to ping if a site goes down. | 54 | // A URL to ping if a site goes down. |
55 | PingURL string `json:"PingURL" querystring:"PingURL"` | 55 | PingURL string `json:"PingURL" querystring:"PingURL"` |
56 | 56 | ||
57 | Confirmation int `json:"Confirmationi,string" querystring:"Confirmation"` | 57 | Confirmation int `json:"Confirmation,string" querystring:"Confirmation"` |
58 | 58 | ||
59 | // The number of seconds between checks. | 59 | // The number of seconds between checks. |
60 | CheckRate int `json:"CheckRate" querystring:"CheckRate"` | 60 | CheckRate int `json:"CheckRate" querystring:"CheckRate"` |