diff options
Diffstat (limited to 'vendor/github.com/DreamItGetIT/statuscake')
-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"` |